mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-24 15:48:37 -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
|