You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Went to try and run this on MacOS - Sequoia. Unfortunately I recieved this error.
user@Mac dist % ./install-mac.sh Using adb at ./platform-tools/adb Force a switch into the debug mode to enable ADB ./install-common.sh: line 20: ./serial-macos-latest/serial: No such file or directory
This appears to be similar to issue #93 on Debian.
Thanks for the presentation at Shmoocon!
The text was updated successfully, but these errors were encountered:
hello! this actually looks like a separate issue. it seems you're running the install script from the repo's dist directory, when instead you should be running it from a release directory downloaded from https://github.com/EFForg/rayhunter/releases/tag/v0.2.4
that said, our mac installer is currently breaking due to #89, so that will probably also not work. we're working it though!
cooperq
changed the title
Unable to build on MacOS; Likely due to serial (similar to issue #93)
Unable to build from a cloned git repo
Jan 28, 2025
This is more of a documentation and UI problem IMO. We either need to have the script fail out with a more obvious error message if people are trying to not run it from a build or we need to clarify in our documentation how to build the project from the github repo. Probably both TBH.
Good Day,
Went to try and run this on MacOS - Sequoia. Unfortunately I recieved this error.
user@Mac dist % ./install-mac.sh
Using adb at ./platform-tools/adb
Force a switch into the debug mode to enable ADB
./install-common.sh: line 20: ./serial-macos-latest/serial: No such file or directory
This appears to be similar to issue #93 on Debian.
Thanks for the presentation at Shmoocon!
The text was updated successfully, but these errors were encountered: