From b1b4afb74c4799f91452c10bfcab4e7b0b85a520 Mon Sep 17 00:00:00 2001 From: lostlont <1025640+lostlont@users.noreply.github.com> Date: Wed, 17 Dec 2025 02:10:41 +0100 Subject: [PATCH] Update butler URL to fix `getbutler.sh` (#189) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The recommended URL has changed as per the documentation: https://itch.io/docs/butler/installing.html#the-automation-friendly-way Co-authored-by: Perjéssy Lóránt --- getbutler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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