Files

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
2020-07-24 16:45:33 +05:30
sudo apache2 --version