Skip to content

Commit

Permalink
More ubuntu support.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Dec 27, 2011
1 parent d1db74c commit fbbfa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dotfiles
Expand Up @@ -144,7 +144,7 @@ if [[ ! "$(type -P git)" ]]; then
elif [[ "$(cat /etc/issue 2> /dev/null)" =~ Ubuntu ]]; then elif [[ "$(cat /etc/issue 2> /dev/null)" =~ Ubuntu ]]; then
# Git is fairly easy. # Git is fairly easy.
e_header "Installing Git" e_header "Installing Git"
sudo apt-get install git-core sudo apt-get -qqy install git-core
fi fi
fi fi


Expand Down

0 comments on commit fbbfa0e

Please sign in to comment.