mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update 91-configuration.sh
This commit is contained in:
@@ -38,7 +38,7 @@ CUSTOMUI=$(bashio::config 'customUI')
|
|||||||
### IF VUETORRENT
|
### IF VUETORRENT
|
||||||
if [ CUSTOMUI="vuetorrent" ];then
|
if [ CUSTOMUI="vuetorrent" ];then
|
||||||
CUSTOMUI="WDaan/VueTorrent"
|
CUSTOMUI="WDaan/VueTorrent"
|
||||||
curl -s -J -L -o /release.zip $(curl -s https://api.github.com/repos/WDaan/VueTorrent/releases/latest | grep -o "http.*release.zip") > /dev/null
|
curl -s -S -J -L -o /release.zip $(curl -s https://api.github.com/repos/WDaan/VueTorrent/releases/latest | grep -o "http.*release.zip") > /dev/null
|
||||||
mkdir -p /data/$CUSTOMUI
|
mkdir -p /data/$CUSTOMUI
|
||||||
unzip -o /release.zip -d /data/$CUSTOMUI/
|
unzip -o /release.zip -d /data/$CUSTOMUI/
|
||||||
rm /*.zip
|
rm /*.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user