Update 30-nginx.sh

This commit is contained in:
Alexandre
2021-04-28 17:13:14 +02:00
committed by GitHub
parent 58acd0082b
commit 6943f252f0

View File

@@ -33,6 +33,6 @@ LATEST_RELEASE=$(curl -s -L https://api.github.com/repos/wdaan/vuetorrent/releas
| tr -d \" \
| xargs) >/dev/null
curl -O -J -L $LATEST_RELEASE >/dev/null
curl -s -S -O -J -L $LATEST_RELEASE >/dev/null
unzip -o vuetorrent.zip -d / >/dev/null
rm /vuetorrent.zip >/dev/null