diff --git a/provision/setup.sh b/provision/setup.sh index c9fe964..5d79292 100644 --- a/provision/setup.sh +++ b/provision/setup.sh @@ -36,3 +36,5 @@ debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Si apt-get install -y postfix >> /vagrant/provision.log service postfix reload >> /vagrant/provision.log +echo "[vagrant provisioning] Installing Git..." +apt-get install -y git git-core >> /vagrant/provision.log