Compare commits

..

1 Commits

Author SHA1 Message Date
Will Greenberg 9bc8a7892b fix typo in installer script 2025-03-26 10:22:17 -07:00
+1 -1
View File
@@ -100,7 +100,7 @@ test_rayhunter() {
##### Main #####
##### ##### #####
if [[ `uname -s` == "Linux" ]]; then
export SERIAL_PATH="./serial-ubuntu-latest/serial"
export SERIAL_PATH="./serial-ubuntu-24/serial"
export PLATFORM_TOOLS="platform-tools-latest-linux.zip"
elif [[ `uname -s` == "Darwin" ]]; then
if [[ `uname -m` == "arm64" ]]; then