Update 91-configuration.sh

This commit is contained in:
Alexandre
2021-02-20 08:36:24 +01:00
committed by GitHub
parent f4d9ce9d5e
commit 42aeda2b46

View File

@@ -91,8 +91,7 @@ if bashio::config.has_value 'customUI'; then
### Download WebUI
case $CUSTOMUI in
"vuetorrent")
curl -s -S -J -L -o /data/webui/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 /data/webui/release.zip $(curl -s https://api.github.com/repos/WDaan/VueTorrent/releases/latest | grep -o "http.*.zip") >/dev/null
curl -s -S -J -L -o /data/webui/release.zip $(curl -s https://api.github.com/repos/WDaan/VueTorrent/releases/latest | grep -o "http.*.zip") >/dev/null
;;
"qbit-matUI")