From eda69914e1b5a7aec8a4ff0f50a3954f111f4e3f Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 11 Aug 2010 11:33:40 -0700 Subject: [PATCH] use `sudo aptitude install -y ...` to confirm without interaction --- newbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newbox b/newbox index 6765140..43e5e0b 100755 --- a/newbox +++ b/newbox @@ -7,7 +7,7 @@ fail() { if ! which git >/dev/null 2>&1; then if which aptitude >/dev/null 2>&1; then - sudo aptitude install git-core + sudo aptitude install -y git-core elif which brew >/dev/null 2>&1; then brew install git-core else