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