diff --git a/getbutler.sh b/getbutler.sh index c28f440..8a57db5 100644 --- a/getbutler.sh +++ b/getbutler.sh @@ -3,7 +3,7 @@ mkdir -p /opt/butler/bin cd /opt/butler/bin -wget -O butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default +wget -O butler.zip https://broth.itch.zone/butler/linux-amd64/LATEST/archive/default unzip butler.zip # GNU unzip tends to not set the executable bit even though it's set in the .zip