summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac McFadyen <6243993+mcfadyeni@users.noreply.github.com>2021-06-10 01:32:05 +0200
committerGitHub <noreply@github.com>2021-06-10 01:32:05 +0200
commitdb68179776786c4973b4bb7911ff01b128d2ed09 (patch)
tree589346df19d4a9faaae54ecf8c89840750f2f672
parentReplace invalid references in deprecation messages (#5235) (diff)
downloadcuberite-db68179776786c4973b4bb7911ff01b128d2ed09.tar
cuberite-db68179776786c4973b4bb7911ff01b128d2ed09.tar.gz
cuberite-db68179776786c4973b4bb7911ff01b128d2ed09.tar.bz2
cuberite-db68179776786c4973b4bb7911ff01b128d2ed09.tar.lz
cuberite-db68179776786c4973b4bb7911ff01b128d2ed09.tar.xz
cuberite-db68179776786c4973b4bb7911ff01b128d2ed09.tar.zst
cuberite-db68179776786c4973b4bb7911ff01b128d2ed09.zip
-rw-r--r--CONTRIBUTORS1
-rwxr-xr-xeasyinstall.sh2
2 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 9a8f3b002..f1dec6c97 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -47,6 +47,7 @@ maxluchterhand1
MaxwellScroggs
mborland
mBornand
+mcfadyeni
MeMuXin
mgueydan
MikeHunsinger
diff --git a/easyinstall.sh b/easyinstall.sh
index 17e60dbc6..c2ca8c1f6 100755
--- a/easyinstall.sh
+++ b/easyinstall.sh
@@ -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