use apache2 instead of apache

This commit is contained in:
Keanu Taufan 2024-10-03 19:09:05 +07:00
parent 7c21f46799
commit 6606fe8f26
No known key found for this signature in database
GPG Key ID: 1952D665A3A51BE0

View File

@ -2,4 +2,4 @@
echo "nameserver 192.168.122.1" > /etc/resolv.conf
apt-get update
apt-get install unzip php7.2 php7.2-fpm apache nginx -y
apt-get install unzip php7.2 php7.2-fpm apache2 nginx -y