From 5614d267f77d595c1df0e2d1331bfe653c575530 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 22 Jan 2022 01:08:51 +0000 Subject: Add aarch64 to easyinstall. Fixes #5386 --- easyinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyinstall.sh b/easyinstall.sh index eb261cbc9..3e52ce9f2 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -22,7 +22,7 @@ if [ "$KERNEL" = "Linux" ]; then # 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" + "aarch64") DOWNLOADURL="https://download.cuberite.org/linux-aarch64/Cuberite.tar.gz" esac elif [ "$KERNEL" = "Darwin" ]; then # All Darwins we care about are x86_64 -- cgit v1.2.3