We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried installing Installer on my Raspberry Pi 4 and got an error when trying to run it.
Installer
Get an error when trying to run Installer
$ curl -s https://i.jpillora.com/installer | bash Downloading jpillora/installer v0.2.7..... ######################################################################## 100.0%#=#=-# # ######################################################################## 100.0% Downloaded to /home/pi/installer $ ./installer qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault
Detect the correct architecture.
Manually downloading and running installer_0.2.7_linux_arm64.gz works.
installer_0.2.7_linux_arm64.gz
$ curl -s https://i.jpillora.com/installer | bash
$ ./installer
Hardware: Raspberry Pi 4
$ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" $ uname -a Linux pi-04 5.4.72-v8+ #1356 SMP PREEMPT Thu Oct 22 13:58:52 BST 2020 aarch64 GNU/Linux $ md5sum installer 2d365aab917f3844cb021ba7b1634e90 installer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Tried installing
Installer
on my Raspberry Pi 4 and got an error when trying to run it.Current Behavior
Get an error when trying to run
Installer
Possible Solution
Detect the correct architecture.
Manually downloading and running
installer_0.2.7_linux_arm64.gz
works.Steps to Reproduce
$ curl -s https://i.jpillora.com/installer | bash
$ ./installer
Context (Environment)
Hardware: Raspberry Pi 4
The text was updated successfully, but these errors were encountered: