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