From 53b93e466bd6456815e4c988531f70cb3b6d94f0 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sun, 19 Apr 2015 21:48:10 +0200 Subject: [PATCH] update -y arg --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 76e3f6d..4eb6c7a 100644 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ tput cup 13 15 echo "[ 1/10] [#---------]" tput cup 15 5 echo "-> make a apt-get update................" -apt-get update > ~/bos/install/setup_log.txt 2>&1 +apt-get update -y > ~/bos/install/setup_log.txt 2>&1 tput cup 13 15 echo "[ 2/10] [##--------]"