mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-15 17:08:19 +01:00
Update automatic_packages.sh
This commit is contained in:
@@ -39,7 +39,7 @@ PACKAGES="$PACKAGES jq curl"
|
||||
# FOR EACH SCRIPT, SELECT PACKAGES
|
||||
##################################
|
||||
|
||||
# In etc
|
||||
# Nginx
|
||||
if ls /etc/nginx 1> /dev/null 2>&1; then
|
||||
[ $VERBOSE = true ] && echo "nginx found"
|
||||
[ $PACKMANAGER = "apk" ] && PACKAGES="$PACKAGES nginx"
|
||||
|
||||
Reference in New Issue
Block a user