Display error in feed description if external viewer is not found (#19)

This commit is contained in:
Dave Gallant
2020-07-20 22:56:09 -04:00
committed by GitHub
parent 9eb31f4e08
commit d41de41c49
5 changed files with 10 additions and 14 deletions

2
install.sh Normal file → Executable file
View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION='0.1.1'; \
VERSION='0.1.2'
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