5 lines
102 B
Bash
Raw Normal View History

2020-07-24 10:27:03 +05:30
echo "installing nginx "
sudo apt-get update
sudo apt-get install nginx -y
sudo service nginx restart