mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update 99-add_packages.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user