mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-14 12:18:09 -07:00
fix typo in installer script
This commit is contained in:
Vendored
+1
-1
@@ -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