⬆️ Updated tools

This commit is contained in:
2022-05-05 19:14:25 +02:00
parent e3c8b5bb1f
commit 7aa5b72532
5 changed files with 6 additions and 6 deletions

View File

@@ -2,6 +2,6 @@
set -eu
mkdir -p /tmp/doctave
wget "https://github.com/Doctave/doctave/releases/download/0.4.1/doctave-0.4.1-x86_64-unknown-linux-musl.tar.gz" -nv -O /tmp/doctave.tar.gz
wget "https://github.com/Doctave/doctave/releases/download/0.4.2/doctave-0.4.2-x86_64-unknown-linux-musl.tar.gz" -nv -O /tmp/doctave.tar.gz
tar xvzf /tmp/doctave.tar.gz -C /tmp/doctave
install -m 755 /tmp/doctave/doctave-0.4.1-x86_64-unknown-linux-musl/doctave /usr/local/bin/
install -m 755 /tmp/doctave/doctave-0.4.2-x86_64-unknown-linux-musl/doctave /usr/local/bin/