mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-30 04:39:26 -07:00
fix typo in installer script
This commit is contained in:
2
dist/install.sh
vendored
2
dist/install.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user