mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update 80-configuration.sh
This commit is contained in:
@@ -32,8 +32,8 @@ if bashio::config.has_value 'additional_apps'; then
|
|||||||
NEWAPPS=$(bashio::config 'additional_apps')
|
NEWAPPS=$(bashio::config 'additional_apps')
|
||||||
for APP in ${NEWAPPS//,/ }; do
|
for APP in ${NEWAPPS//,/ }; do
|
||||||
bashio::log.green "... $APP"
|
bashio::log.green "... $APP"
|
||||||
# shellcheck disable=SC2015
|
|
||||||
apk add --no-cache "$APP" &>/dev/null || apt-get install -yqq "$APP" &>/dev/null \
|
apk add --no-cache "$APP" &>/dev/null || apt-get install -yqq "$APP" &>/dev/null \
|
||||||
|
# shellcheck disable=SC2015
|
||||||
&& bashio::log.green "... done" || bashio::log.red "... not successful, please check package name"
|
&& bashio::log.green "... done" || bashio::log.red "... not successful, please check package name"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user