packer-cn/builder/amazon/examples/nginx_server/packages.sh

5 lines
102 B
Bash
Raw Normal View History

2020-07-24 00:57:03 -04:00
echo "installing nginx "
sudo apt-get update
sudo apt-get install nginx -y
sudo service nginx restart