Update 91-configuration.sh

This commit is contained in:
Alexandre
2021-02-10 07:01:41 +01:00
committed by GitHub
parent 98c1d2185d
commit f2976e23c3

View File

@@ -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