Update 93-custom_webUI

This commit is contained in:
Alexandre
2021-02-23 22:24:26 +01:00
committed by GitHub
parent 68785516dd
commit f88fc3893c

View File

@@ -17,11 +17,11 @@ if bashio::config.has_value 'theme'; then
;; ;;
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/ \
# && mv /config/ubooquity/themes/plextheme-master/ /config/ubooquity/themes/ # && mv /config/ubooquity/themes/plextheme-master/ /config/ubooquity/themes/
;; # ;;
esac esac