fix typo in installer script

This commit is contained in:
Will Greenberg
2025-03-26 10:22:17 -07:00
parent 431a97ca65
commit 9bc8a7892b

2
dist/install.sh vendored
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