Display error in feed description if external viewer is not found (#19)
This commit is contained in:
2
install.sh
Normal file → Executable file
2
install.sh
Normal file → Executable 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
|
||||
|
Reference in New Issue
Block a user