mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-03 04:28:45 +02:00
Update 99-add_packages.sh
This commit is contained in:
@@ -22,9 +22,9 @@ if bashio::config.has_value 'additional_apps'; then
|
|||||||
do
|
do
|
||||||
# shellcheck disable=SC2295
|
# shellcheck disable=SC2295
|
||||||
APP="${element#${BASH_REMATCH[1]}}"
|
APP="${element#${BASH_REMATCH[1]}}"
|
||||||
|
# shellcheck disable=SC2015
|
||||||
[[ $element =~ $re ]] && \
|
[[ $element =~ $re ]] && \
|
||||||
bashio::log.green "... $APP" && \
|
bashio::log.green "... $APP" && \
|
||||||
# shellcheck disable=SC2015
|
|
||||||
apk add --no-cache "$APP" || bashio::log.red "... not successful, please check $APP package name"
|
apk add --no-cache "$APP" || bashio::log.red "... not successful, please check $APP package name"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user