From fbbfa0e3eb3024991ed0e64a889398efd9527667 Mon Sep 17 00:00:00 2001 From: Ben Alman Date: Tue, 27 Dec 2011 12:03:19 -0500 Subject: [PATCH] More ubuntu support. --- bin/dotfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dotfiles b/bin/dotfiles index 6c44456e5b..7051825207 100755 --- a/bin/dotfiles +++ b/bin/dotfiles @@ -144,7 +144,7 @@ if [[ ! "$(type -P git)" ]]; then elif [[ "$(cat /etc/issue 2> /dev/null)" =~ Ubuntu ]]; then # Git is fairly easy. e_header "Installing Git" - sudo apt-get install git-core + sudo apt-get -qqy install git-core fi fi