Skip to content

Commit 84ad9e1

Browse files
apache2 installation
1 parent 9d3578f commit 84ad9e1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

apache-ubuntu-18-LTS.txt

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/bash
2+
3+
sudo apt-get update -y
4+
5+
sudo apt-get install -y apache2
6+
7+
sudo systemctl start apache2
8+
9+
sudo systemctl enable apache2
10+
11+
12+
echo "Muhammad Asim" > /var/www/html/index.html
13+
14+
15+
#END

0 commit comments

Comments
 (0)