mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-18 21:39:12 +02: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
|
# shellcheck disable=SC2295
|
||||||
APP="${element#${BASH_REMATCH[1]}}"
|
APP="${element#${BASH_REMATCH[1]}}"
|
||||||
bashio::log.green "... $APP"
|
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"
|
apk add --no-cache $APP || bashio::log.red "... not successful, please check $APP package name"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user