1
0
Fork 0

Added AArch64 to easyinstall.sh (#5237)

* Added case statement in easyinstall.sh.

Added case statement in easyinstall.sh to allow install on Raspberry Pi 4 Ubuntu x64 (AArch64).

* Added mcfadyeni to CONTRIBUTORS
This commit is contained in:
Isaac McFadyen 2021-06-09 19:32:05 -04:00 committed by GitHub
parent 5b440c3ca7
commit db68179776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,7 @@ maxluchterhand1
MaxwellScroggs
mborland
mBornand
mcfadyeni
MeMuXin
mgueydan
MikeHunsinger

View File

@ -21,6 +21,8 @@ if [ "$KERNEL" = "Linux" ]; then
"x86_64") DOWNLOADURL="https://download.cuberite.org/linux-x86_64/Cuberite.tar.gz" ;;
# Assume that all arm devices are a raspi for now.
arm*) DOWNLOADURL="https://download.cuberite.org/linux-armhf-raspbian/Cuberite.tar.gz"
# Allow install on Raspberry Pi 4 Ubuntu x64 (AArch64) using the ARM builds.
"aarch64") DOWNLOADURL="https://download.cuberite.org/linux-armhf-raspbian/Cuberite.tar.gz"
esac
elif [ "$KERNEL" = "Darwin" ]; then
# All Darwins we care about are x86_64