forked from colonelpanic/dotfiles
Updated grouping of statement.
This commit is contained in:
parent
2db358236b
commit
36564fcfe3
8
setup.sh
8
setup.sh
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user