Updated grouping of statement.

This commit is contained in:
Ivan Malison 2013-03-30 19:48:10 -07:00
parent 2db358236b
commit 36564fcfe3

View File

@ -30,11 +30,11 @@ function install_essentials() {
;;
'Linux')
echo "Linux detected."
hash apt-get &>/dev/null || echo 'apt-get is missing.' && exit
hash apt-get &>/dev/null || (echo 'apt-get is missing.' && exit)
echo "apt-get found."
apt-get install build-essential
apt-get install git
git clone git@github.com:IvanMalison/dotfiles.git
sudo apt-get install build-essential
sudo apt-get install git
sudo git clone git@github.com:IvanMalison/dotfiles.git
cd dotfiles
source .debian
;;