Create packages.sh

This commit is contained in:
satya 2020-07-18 20:52:00 +05:30 committed by GitHub
parent ec95254388
commit 62aac351b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
echo "installing apache "
sudo apt-get update
sudo apt-get install apache2 -y
sudo apt-get update
sudo service apache2 restart