summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2015-05-08 18:20:59 +0200
committerAlexander Harkness <me@bearbin.net>2015-05-08 18:20:59 +0200
commit46bdc6c2c621a27c40e11c7af701f3ce50148e01 (patch)
tree0475fe5aef28e74f33cac029ed9aaae9d924bd90
parentMerge pull request #1957 from SafwatHalaby/patch-1 (diff)
downloadcuberite-46bdc6c2c621a27c40e11c7af701f3ce50148e01.tar
cuberite-46bdc6c2c621a27c40e11c7af701f3ce50148e01.tar.gz
cuberite-46bdc6c2c621a27c40e11c7af701f3ce50148e01.tar.bz2
cuberite-46bdc6c2c621a27c40e11c7af701f3ce50148e01.tar.lz
cuberite-46bdc6c2c621a27c40e11c7af701f3ce50148e01.tar.xz
cuberite-46bdc6c2c621a27c40e11c7af701f3ce50148e01.tar.zst
cuberite-46bdc6c2c621a27c40e11c7af701f3ce50148e01.zip
-rwxr-xr-xeasyinstall.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/easyinstall.sh b/easyinstall.sh
index 40fa85cfe..15ca1d358 100755
--- a/easyinstall.sh
+++ b/easyinstall.sh
@@ -4,10 +4,10 @@ PLATFORM=$(uname -m)
echo "Identifying platform: $PLATFORM"
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" ;;
+ "i686") DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20x86/lastSuccessfulBuild/artifact/MCServer.tar.gz" ;;
+ "x86_64") DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20x64/lastSuccessfulBuild/artifact/MCServer.tar.gz" ;;
# 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.gz"
esac
echo "Downloading precompiled binaries."