summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliuxsdev <1028330144@qq.com>2021-06-26 09:32:56 +0200
committerGitHub <noreply@github.com>2021-06-26 09:32:56 +0200
commitba07db937cc7e6c6b323986b472edef3766d26b4 (patch)
tree7a8188653f67f5eef9203c6401d3bd63c6225219
parentCompile the entire Lua stack as C++ (diff)
downloadcuberite-ba07db937cc7e6c6b323986b472edef3766d26b4.tar
cuberite-ba07db937cc7e6c6b323986b472edef3766d26b4.tar.gz
cuberite-ba07db937cc7e6c6b323986b472edef3766d26b4.tar.bz2
cuberite-ba07db937cc7e6c6b323986b472edef3766d26b4.tar.lz
cuberite-ba07db937cc7e6c6b323986b472edef3766d26b4.tar.xz
cuberite-ba07db937cc7e6c6b323986b472edef3766d26b4.tar.zst
cuberite-ba07db937cc7e6c6b323986b472edef3766d26b4.zip
-rwxr-xr-xeasyinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/easyinstall.sh b/easyinstall.sh
index c2ca8c1f6..eb261cbc9 100755
--- a/easyinstall.sh
+++ b/easyinstall.sh
@@ -20,7 +20,7 @@ if [ "$KERNEL" = "Linux" ]; then
"i686") DOWNLOADURL="https://download.cuberite.org/linux-i686/Cuberite.tar.gz" ;;
"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"
+ 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