Adding -y flag to apt-get calls.

This commit is contained in:
2013-03-30 22:54:22 -07:00
parent 5e7a3cfd93
commit caf785b53b
2 changed files with 8 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ function install_essentials() {
echo "apt-get found."
sudo apt-get -y install build-essential
sudo apt-get -y install git
git clone git@github.com:IvanMalison/dotfiles.git
sudo git clone git@github.com:IvanMalison/dotfiles.git
cd dotfiles
source .debian
;;