2020-07-24 17:10:11 +05:30

5 lines
102 B
Bash

echo "installing nginx "
sudo apt-get update
sudo apt-get install nginx -y
sudo service nginx restart