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
I made this fork for use on my Raspberry Pi, which requires the Linux Arm executable. The download URL for this executable is hardcoded in the setup.sh script.
However, this means the project does not work for Linux x86 or x86_64 systems...
Ideally, the setup.sh script should have a conditional statement depending on which system architecture is being used.
The text was updated successfully, but these errors were encountered:
I made this fork for use on my Raspberry Pi, which requires the Linux Arm executable. The download URL for this executable is hardcoded in the setup.sh script.
However, this means the project does not work for Linux x86 or x86_64 systems...
Ideally, the
setup.sh
script should have a conditional statement depending on which system architecture is being used.The text was updated successfully, but these errors were encountered: