Create packages.sh

pull/9609/head
satya 6 years ago committed by GitHub
parent ec95254388
commit 62aac351b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save