Update 'setup-nginx-webserver.sh'

This commit is contained in:
Robert @ Tech Addressed 2023-03-28 20:13:22 +00:00
parent 4256f9ac1f
commit a6bea0c1dc
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if [ "$EUID" -ne 0 ]
fi
# update system
apt update && apt upgrade -y && apt autoremove -y && apt clean
apt update && apt dist-upgrade -y && apt autoremove -y && apt clean
# install packages except mariadb
apt install ntp sed git curl zip unzip nginx redis certbot ufw php-fpm php-curl php-mysql php-mbstring php-xml php-gd php-redis php-zip php-imagick php-bcmath php-intl php-tokenizer -y