mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-21 22:26:59 -04:00
* move alicloud examples from common example directory to alicloud builder * move amazon examples to amazon builder dir * move examples into ansible provisioner directory * move azure examples to builder dir * move hyperone examples into builder directory * move jdcloud builder examples into builder directory * move tencent cloud examples into the builder directory * move ucloud examples into ucloud builder directory
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
|