summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2015-03-01 11:10:34 +0100
committerAlexander Harkness <me@bearbin.net>2015-03-01 11:10:34 +0100
commitf53e2251898bcceaedf79c72a1f69a66ab2d4c20 (patch)
treea9c231ece56f926837c1035d2177aa2bab3b6a6c
parentMerge pull request #1769 from mc-server/snowweather (diff)
downloadcuberite-f53e2251898bcceaedf79c72a1f69a66ab2d4c20.tar
cuberite-f53e2251898bcceaedf79c72a1f69a66ab2d4c20.tar.gz
cuberite-f53e2251898bcceaedf79c72a1f69a66ab2d4c20.tar.bz2
cuberite-f53e2251898bcceaedf79c72a1f69a66ab2d4c20.tar.lz
cuberite-f53e2251898bcceaedf79c72a1f69a66ab2d4c20.tar.xz
cuberite-f53e2251898bcceaedf79c72a1f69a66ab2d4c20.tar.zst
cuberite-f53e2251898bcceaedf79c72a1f69a66ab2d4c20.zip
-rwxr-xr-xeasyinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/easyinstall.sh b/easyinstall.sh
index 9b4007144..40fa85cfe 100755
--- a/easyinstall.sh
+++ b/easyinstall.sh
@@ -7,7 +7,7 @@ case $PLATFORM in
"i686") DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20x86/lastSuccessfulBuild/artifact/MCServer.tar" ;;
"x86_64") DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20x64/lastSuccessfulBuild/artifact/MCServer.tar" ;;
# Assume that all arm devices are a raspi for now.
- "arm*") DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20armhf/lastSuccessfulBuild/artifact/MCServer/MCServer.tar"
+ arm*) DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20armhf/lastSuccessfulBuild/artifact/MCServer/MCServer.tar"
esac
echo "Downloading precompiled binaries."