Skip to content

Commit

Permalink
fix: update butler url to use zone instead of ovh
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Dec 4, 2024
1 parent 327bea4 commit e800695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-butler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

if [ -z ${BUTLER_PATH+x} ]; then echo "BUTLER_PATH is unset"; exit 1; fi

curl -L -o butler.zip https://broth.itch.ovh/butler/$BUTLER_PATH-amd64/LATEST/archive/default
curl -L -o butler.zip https://broth.itch.zone/butler/$BUTLER_PATH-amd64/LATEST/archive/default
unzip butler.zip -d ./butler
rm butler.zip
cd ./butler
Expand Down

0 comments on commit e800695

Please sign in to comment.