Update 91-qbittorrent_configuration.sh

This commit is contained in:
Alexandre
2023-11-22 21:52:18 +01:00
committed by GitHub
parent 2b029dc31b
commit f307a0181c

View File

@@ -197,7 +197,7 @@ if bashio::config.has_value 'customUI' && [ ! "$CUSTOMUI" = default ] && [ ! "$C
;;
"DarkLight")
curl -f -s -S -J -L -o /webui/release.zip "$(curl -f -s https://api.github.com/repos/crash0verride11/DarkLight-qBittorent-WebUI/releases | grep -o "www*.*zip" | head -1)" >/dev/null
curl -f -s -S -J -L -o /webui/release.zip "$(curl -f -s https://api.github.com/repos/crash0verride11/DarkLight-qBittorent-WebUI/releases | grep -o "http.*www.zip" | head -1)" >/dev/null
;;
esac