Fix refresh and add install script (#17)

* Fix refresh bug

* Add install script
This commit is contained in:
Dave Gallant
2020-07-07 23:07:09 -04:00
committed by GitHub
parent c9ba058ae6
commit 780f26245c
4 changed files with 17 additions and 11 deletions

6
install.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
VERSION='0.1.1'; \
sudo curl --progress-bar \
-L "https://github.com/davegallant/srv/releases/download/v${VERSION}/srv_${VERSION}_$(uname -s)_x86_64.tar.gz" | \
sudo tar -C /usr/bin --overwrite -xvzf - srv