Update 93-custom_webUI

This commit is contained in:
Alexandre
2021-02-23 22:38:49 +01:00
committed by GitHub
parent 101b5fdcae
commit e67f5a4b3e

View File

@@ -16,12 +16,12 @@ if bashio::config.has_value 'theme'; then
&& unzip -o -q /data/release.zip -d /config/ubooquity/themes/ \
;;
# case $CUSTOMUI in
# "plextheme-master")
# 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/ \
# && mv /config/ubooquity/themes/plextheme-master/ /config/ubooquity/themes/
# ;;
case $CUSTOMUI in
"plextheme-master")
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/ \
&& mv /config/ubooquity/themes/plextheme-master/ /config/ubooquity/themes/
;;
esac