mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
add -f to all curl
This commit is contained in:
@@ -13,12 +13,12 @@ if bashio::config.has_value 'theme'; then
|
||||
### Download WebUI
|
||||
case "$CUSTOMUI" in
|
||||
"comixology2")
|
||||
curl -s -S -J -L -o /data/release.zip https://github.com/scooterpsu/Comixology_Ubooquity_2/releases/download/v3.4/comixology2.zip >/dev/null &&
|
||||
curl -f -s -S -J -L -o /data/release.zip https://github.com/scooterpsu/Comixology_Ubooquity_2/releases/download/v3.4/comixology2.zip >/dev/null &&
|
||||
unzip -o -q /data/release.zip -d /config/addons_config/ubooquity/themes/
|
||||
;;
|
||||
|
||||
"plextheme-master")
|
||||
curl -s -S -J -L -o /data/release.zip https://github.com/FinalAngel/plextheme/archive/master.zip >/dev/null &&
|
||||
curl -f -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/addons_config/ubooquity/themes/
|
||||
# && mv /config/addons_config/ubooquity/themes/plextheme-master/ /config/addons_config/ubooquity/themes/
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user