Update 30-nginx

This commit is contained in:
Alexandre
2021-04-05 21:22:52 +02:00
committed by GitHub
parent d36a9678b3
commit 592be992f2

View File

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