🐛 Fixed wget flags

This commit is contained in:
Edgar 2020-10-20 17:29:48 +02:00
parent f79af11e76
commit 24cf1b7de0
No known key found for this signature in database
GPG Key ID: DCEF55BA0742A54B

View File

@ -2,7 +2,7 @@
set -eu
mkdir -p /tmp/butler/
wget https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default -O /tmp/butler.zip
wget https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default -nv -O /tmp/butler.zip
unzip /tmp/butler.zip -d /tmp/butler/
install /tmp/butler/butler /usr/local/bin/ -m 755
install /tmp/butler/7z.so /usr/local/lib/