From df8d7332d03be02c27da71a12b67eb5a7d080af0 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Thu, 9 Apr 2020 21:36:45 +0100 Subject: Re-enable darwin download from easyinstall.sh script --- easyinstall.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/easyinstall.sh b/easyinstall.sh index c171ada53..17e60dbc6 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -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 -- cgit v1.2.3