mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-09 18:00:38 -04:00
4 lines
102 B
Bash
4 lines
102 B
Bash
echo "installing nginx "
|
|
sudo apt-get update
|
|
sudo apt-get install nginx -y
|
|
sudo service nginx restart
|