Updated apache2

This commit is contained in:
2022-07-04 22:22:57 +08:00
parent 3043a41365
commit f7ef85aad9

View File

@@ -7,6 +7,6 @@ echo "Installing apache2..."
echo "==============================================="
echo
sudo apt install -y --autoremove apache2
sudo service apache2 restart
apache2 -v
sudo apt install -y --autoremove apache2 && \
service apache2 restart && \
apache2 -v