mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-23 22:40:33 +02:00
Update 30-nginx.sh
This commit is contained in:
@@ -31,8 +31,8 @@ LATEST_RELEASE=$(curl -s -L https://api.github.com/repos/wdaan/vuetorrent/releas
|
|||||||
| grep "browser_download_url.*zip" \
|
| grep "browser_download_url.*zip" \
|
||||||
| cut -d : -f 2,3 \
|
| cut -d : -f 2,3 \
|
||||||
| tr -d \" \
|
| 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
|
unzip -o vuetorrent.zip -d / >/dev/null
|
||||||
rm /vuetorrent.zip >/dev/null
|
rm /vuetorrent.zip >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user