Updated apache2

master
Anthony Axenov 2022-07-04 22:22:57 +08:00
parent 3043a41365
commit f7ef85aad9
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
1 changed files with 3 additions and 3 deletions

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