mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
Delete 93-apps_install.sh
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
|
||||||
|
|
||||||
if bashio::config.has_value 'additional_apps'; then
|
|
||||||
bashio::log.info "Installing additional apps :"
|
|
||||||
apt-get update &>/dev/null
|
|
||||||
# Install apps
|
|
||||||
for APP in $(echo "$(bashio::config 'additional_apps')" | tr "," " "); do
|
|
||||||
bashio::log.green "... $APP"
|
|
||||||
apt-get install -yqq $APP &>/dev/null \
|
|
||||||
&& bashio::log.green "... done" \
|
|
||||||
|| bashio::log.red "... not successful"
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
Reference in New Issue
Block a user