Update 30-nginx.sh

This commit is contained in:
Alexandre
2021-04-28 17:13:26 +02:00
committed by GitHub
parent 6943f252f0
commit 1b339b27c9

View File

@@ -31,8 +31,8 @@ LATEST_RELEASE=$(curl -s -L https://api.github.com/repos/wdaan/vuetorrent/releas
| grep "browser_download_url.*zip" \
| cut -d : -f 2,3 \
| tr -d \" \
| xargs) >/dev/null
| xargs)
curl -s -S -O -J -L $LATEST_RELEASE >/dev/null
curl -s -S -O -J -L $LATEST_RELEASE
unzip -o vuetorrent.zip -d / >/dev/null
rm /vuetorrent.zip >/dev/null