🎉 Added doctave
This commit is contained in:
7
templates/install-doctave.sh.in
Normal file
7
templates/install-doctave.sh.in
Normal 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/
|
Reference in New Issue
Block a user