Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-09 22:40:06 +01:00
committed by GitHub
parent 17ce7543aa
commit 11e361721e

View File

@@ -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"