summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2015-06-09 17:24:36 +0200
committerAlexander Harkness <me@bearbin.net>2015-06-09 17:24:36 +0200
commitf163cb1ebf0b87df3e6316ecc43ef9d80c6936a2 (patch)
tree21fd91d8efb40fdab8edc3cf859e541c7a0ce270
parentMerge pull request #2144 from mc-server/comparators (diff)
downloadcuberite-f163cb1ebf0b87df3e6316ecc43ef9d80c6936a2.tar
cuberite-f163cb1ebf0b87df3e6316ecc43ef9d80c6936a2.tar.gz
cuberite-f163cb1ebf0b87df3e6316ecc43ef9d80c6936a2.tar.bz2
cuberite-f163cb1ebf0b87df3e6316ecc43ef9d80c6936a2.tar.lz
cuberite-f163cb1ebf0b87df3e6316ecc43ef9d80c6936a2.tar.xz
cuberite-f163cb1ebf0b87df3e6316ecc43ef9d80c6936a2.tar.zst
cuberite-f163cb1ebf0b87df3e6316ecc43ef9d80c6936a2.zip
-rwxr-xr-xeasyinstall.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/easyinstall.sh b/easyinstall.sh
index 15ca1d358..9eef1abcc 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.gz" ;;
- "x86_64") DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20x64/lastSuccessfulBuild/artifact/MCServer.tar.gz" ;;
+ "i686") DOWNLOADURL="http://builds.cuberite.org/job/Cuberite%20Linux%20x86%20Master/lastSuccessfulBuild/artifact/Cuberite.tar.gz" ;;
+ "x86_64") DOWNLOADURL="http://builds.cuberite.org/job/Cuberite%20Linux%20x64%20Master/lastSuccessfulBuild/artifact/Cuberite.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.gz"
+ arm*) DOWNLOADURL="http://builds.cuberite.org/job/Cuberite%20Linux%20raspi-armhf%20Master/lastSuccessfulBuild/artifact/Cuberite.tar.gz"
esac
echo "Downloading precompiled binaries."