* 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
5 lines
102 B
Bash
5 lines
102 B
Bash
echo "installing nginx "
|
|
sudo apt-get update
|
|
sudo apt-get install nginx -y
|
|
sudo service nginx restart
|