From e4c325b50f4cb4c40a1402e2933caa02d9781be6 Mon Sep 17 00:00:00 2001 From: Griiimon <25064539+Griiimon@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:14:52 +0100 Subject: [PATCH] Update butler link --- get_butler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_butler.sh b/get_butler.sh index b3d295b..3f9b6e5 100755 --- a/get_butler.sh +++ b/get_butler.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -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