This commit is contained in:
Alexandre
2022-02-18 13:55:23 +01:00
parent 1670c9c431
commit 0b86e82765
6 changed files with 19 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
# NGINX SETTING #
#################
declare admin_port
#declare admin_port
declare qbittorrent_protocol=http
# Generate Ingress configuration
@@ -31,6 +31,6 @@ LATEST_RELEASE=$(curl -s -L https://api.github.com/repos/wdaan/vuetorrent/releas
tr -d \" |
xargs)
curl -s -S -O -J -L $LATEST_RELEASE
curl -s -S -O -J -L "$LATEST_RELEASE"
unzip -o vuetorrent.zip -d / >/dev/null
rm /vuetorrent.zip >/dev/null