mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 16:31:48 -04:00
6 lines
127 B
Bash
6 lines
127 B
Bash
echo "installing apache "
|
|
sudo apt-get update
|
|
sudo apt-get install apache2 -y
|
|
sudo apt-get update
|
|
sudo service apache2 restart
|