mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -20,7 +20,7 @@ if bashio::config.has_value 'additional_apps'; then
|
||||
for APP in $(echo "$(bashio::config 'additional_apps')" | tr "," " "); do
|
||||
bashio::log.green "... $APP"
|
||||
# Test install with both apt-get and snap
|
||||
apt-get install -yqq $APP &>/dev/null || snap install $APP >/dev/null \
|
||||
apt-get install -yqq $APP &>/dev/null || snap install $APP &>/dev/null \
|
||||
&& bashio::log.green "... done" \
|
||||
|| bashio::log.red "... not successful, please check package name"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user