7 lines
150 B
Bash
Raw Permalink Normal View History

2020-07-23 11:23:16 +05:30
echo "installing apache "
sudo apt-get update
sudo apt-get install apache2 -y
sudo apt-get update
sudo service apache2 restart
sudo apache2 --version