Update 93-custom_webUI

This commit is contained in:
Alexandre
2021-02-23 22:27:12 +01:00
committed by GitHub
parent f88fc3893c
commit 53a9cfa3e3

View File

@@ -16,7 +16,7 @@ if bashio::config.has_value 'theme'; then
&& unzip -q /data/release.zip -d /config/ubooquity/themes/ \ && unzip -q /data/release.zip -d /config/ubooquity/themes/ \
;; ;;
case $CUSTOMUI in # case $CUSTOMUI in
# "plextheme-master") # "plextheme-master")
# curl -s -S -J -L -o /data/release.zip https://github.com/FinalAngel/plextheme/archive/master.zip >/dev/null \ # curl -s -S -J -L -o /data/release.zip https://github.com/FinalAngel/plextheme/archive/master.zip >/dev/null \
# && unzip -q /data/release.zip -d /config/ubooquity/themes/ \ # && unzip -q /data/release.zip -d /config/ubooquity/themes/ \