Updated apache2
This commit is contained in:
parent
3043a41365
commit
f7ef85aad9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user