Update gotify-install.sh

tweak
This commit is contained in:
tteckster 2024-01-01 11:49:31 -05:00 committed by GitHub
parent 0d288a2e66
commit 4eab2fed42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RELEASE=$(curl -s https://api.github.com/repos/gotify/server/releases/latest | g
mkdir -p /opt/gotify mkdir -p /opt/gotify
cd /opt/gotify cd /opt/gotify
wget -q https://github.com/gotify/server/releases/download/v${RELEASE}/gotify-linux-amd64.zip wget -q https://github.com/gotify/server/releases/download/v${RELEASE}/gotify-linux-amd64.zip
unzip gotify-linux-amd64.zip $STD unzip gotify-linux-amd64.zip
rm -rf gotify-linux-amd64.zip rm -rf gotify-linux-amd64.zip
chmod +x gotify-linux-amd64 chmod +x gotify-linux-amd64