🎉 Added butler install script
This commit is contained in:
parent
f5c789da9d
commit
ce83235137
@ -1,3 +1,5 @@
|
|||||||
# ci-scripts
|
# ci-scripts
|
||||||
|
|
||||||
Some bashscripts for installing devtools on Ubuntu
|
Some bashscripts for installing devtools on Ubuntu
|
||||||
|
|
||||||
|
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-lastversion.sh" | sudo bash`
|
9
install-butler.sh
Normal file
9
install-butler.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
mkdir -p /tmp/butler/
|
||||||
|
wget https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default -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/
|
||||||
|
install /tmp/butler/libc7zip.so /usr/local/lib/
|
Loading…
x
Reference in New Issue
Block a user