summaryrefslogtreecommitdiffstats
path: root/easyinstall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'easyinstall.sh')
-rwxr-xr-xeasyinstall.sh2
1 files changed, 2 insertions, 0 deletions
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