mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-03 11:43:34 -07:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bc8a7892b |
Vendored
+1
-1
@@ -100,7 +100,7 @@ test_rayhunter() {
|
|||||||
##### Main #####
|
##### Main #####
|
||||||
##### ##### #####
|
##### ##### #####
|
||||||
if [[ `uname -s` == "Linux" ]]; then
|
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"
|
export PLATFORM_TOOLS="platform-tools-latest-linux.zip"
|
||||||
elif [[ `uname -s` == "Darwin" ]]; then
|
elif [[ `uname -s` == "Darwin" ]]; then
|
||||||
if [[ `uname -m` == "arm64" ]]; then
|
if [[ `uname -m` == "arm64" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user