From bed3d4b44f5fd795690b74f277495a82d8202dca Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 4 Feb 2022 23:05:28 +0100 Subject: [PATCH] Update 80-configuration.sh --- webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh b/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh index 8d6b0997b..e51b33baf 100644 --- a/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh +++ b/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh @@ -32,8 +32,8 @@ if bashio::config.has_value 'additional_apps'; then NEWAPPS=$(bashio::config 'additional_apps') for APP in ${NEWAPPS//,/ }; do bashio::log.green "... $APP" - # shellcheck disable=SC2015 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" done fi