Configure git username and email

This commit is contained in:
Girish Ramakrishnan 2015-07-23 20:15:12 -07:00
parent 2fecd6483e
commit c2410d9f7b
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ fi
# install git
sudo apt-get update
sudo apt-get install -y git
git config user.name e2etest
git config user.email e2etest@cloudron.io
# install node v0.12 https://github.com/nodesource/distributions
sudo apt-get install -y python-software-properties python g++ make