Fix build URLs, now .tar.gz
This commit is contained in:
parent
aee46a222f
commit
46bdc6c2c6
@ -4,10 +4,10 @@ PLATFORM=$(uname -m)
|
|||||||
|
|
||||||
echo "Identifying platform: $PLATFORM"
|
echo "Identifying platform: $PLATFORM"
|
||||||
case $PLATFORM in
|
case $PLATFORM in
|
||||||
"i686") DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20x86/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" ;;
|
"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.
|
# 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
|
esac
|
||||||
|
|
||||||
echo "Downloading precompiled binaries."
|
echo "Downloading precompiled binaries."
|
||||||
|
Loading…
Reference in New Issue
Block a user