Skip to content

Commit

Permalink
Merge pull request #18 from wendtecnologia/git
Browse files Browse the repository at this point in the history
added git configurations, closes #15
  • Loading branch information
walkeralencar committed Jun 22, 2015
2 parents 70bd029 + 8091f99 commit deb4af7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provision/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit deb4af7

Please sign in to comment.