mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 02:44:05 +02:00
Update 30-nginx.sh
This commit is contained in:
@@ -31,7 +31,7 @@ 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) # to trim whitespaceq
|
| xargs) >/dev/null # to trim whitespaceq
|
||||||
|
|
||||||
curl -O -J -L $LATEST_RELEASE >/dev/null
|
curl -O -J -L $LATEST_RELEASE >/dev/null
|
||||||
unzip -o vuetorrent.zip -d / >/dev/null
|
unzip -o vuetorrent.zip -d / >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user