1
0
Fork 0

Re-enable darwin download from easyinstall.sh script

This commit is contained in:
Alexander Harkness 2020-04-09 21:36:45 +01:00
parent d966a12624
commit df8d7332d0
No known key found for this signature in database
GPG Key ID: 5187245ADF160B76
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@ if [ "$KERNEL" = "Linux" ]; then
# Assume that all arm devices are a raspi for now.
arm*) DOWNLOADURL="https://download.cuberite.org/linux-armhf-raspbian/Cuberite.tar.gz"
esac
#elif [ "$KERNEL" = "Darwin" ]; then
# DOWNLOADURL="https://builds.cuberite.org/job/Cuberite%20OSX%20x64%20Master/lastSuccessfulBuild/artifact/Cuberite.tar.gz"
elif [ "$KERNEL" = "Darwin" ]; then
# All Darwins we care about are x86_64
DOWNLOADURL="https://download.cuberite.org/darwin-x86_64/Cuberite.tar.gz"
#elif [ "$KERNEL" = "FreeBSD" ]; then
# DOWNLOADURL="https://builds.cuberite.org/job/Cuberite%20FreeBSD%20x64%20Master/lastSuccessfulBuild/artifact/Cuberite.tar.gz"
else