mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 11:32:04 -05: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
|