🎉 Added doctave

This commit is contained in:
2022-01-17 15:43:28 +00:00
parent 71e08f0f92
commit dc88f9d608
4 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
set -eu
mkdir -p /tmp/doctave
wget "https://github.com/Doctave/doctave/releases/download/@VERSION@/doctave-@VERSION@-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-@VERSION@-x86_64-unknown-linux-musl/doctave /usr/local/bin/