mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 10:21:20 -05: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
6 lines
150 B
Bash
6 lines
150 B
Bash
echo "installing apache "
|
|
sudo apt-get update
|
|
sudo apt-get install apache2 -y
|
|
sudo apt-get update
|
|
sudo service apache2 restart
|
|
sudo apache2 --version
|