Update packages.sh

This commit is contained in:
satya 2020-07-24 17:10:11 +05:30 committed by GitHub
parent 591cbd9290
commit ac45bc6029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
echo "installing nginx " echo "installing nginx "
sudo apt-get update sudo apt-get update
sudo apt-get install nginx -y sudo apt-get install nginx -y
sudo apt-get update
sudo service nginx restart sudo service nginx restart