Update 99-add_packages.sh

This commit is contained in:
Alexandre
2022-08-02 15:17:08 +02:00
committed by GitHub
parent 86754c3c06
commit b441ed40b4

View File

@@ -26,7 +26,7 @@ if bashio::config.has_value 'additional_apps'; then
# shellcheck disable=SC2295
APP="${element#${BASH_REMATCH[1]}}"
bashio::log.green "... $APP"
# shellcheck disable=SC2015
# shellcheck disable=SC2015,SC2086
apk add --no-cache $APP || bashio::log.red "... not successful, please check $APP package name"
fi
done