From 4eab2fed423ea8de98e4398b04f0200b7665d2e2 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 1 Jan 2024 11:49:31 -0500 Subject: [PATCH] Update gotify-install.sh tweak --- install/gotify-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/gotify-install.sh b/install/gotify-install.sh index 89f7e82e..dfdd110b 100644 --- a/install/gotify-install.sh +++ b/install/gotify-install.sh @@ -24,7 +24,7 @@ RELEASE=$(curl -s https://api.github.com/repos/gotify/server/releases/latest | g mkdir -p /opt/gotify cd /opt/gotify 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 chmod +x gotify-linux-amd64