Update 30-nginx.sh

This commit is contained in:
Alexandre
2021-04-27 23:09:39 +02:00
committed by GitHub
parent 665d9bb048
commit 724d7b69a3

View File

@@ -31,7 +31,7 @@ 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) # to trim whitespaceq
| xargs) >/dev/null # to trim whitespaceq
curl -O -J -L $LATEST_RELEASE >/dev/null
unzip -o vuetorrent.zip -d / >/dev/null