From 0521b615d19d8e6280f25d0ba0902b95e9777536 Mon Sep 17 00:00:00 2001 From: "carey.xu" Date: Thu, 10 Sep 2015 14:54:52 +0800 Subject: Disable confirm when package installing Change-Id: I7d4ebfa96c3d30f839b68cd9b6de6967e763db13 JIRA: COMPASS-39 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index ec50919e..4cfe89e8 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,7 +6,7 @@ for i in python-cheetah python-yaml screen; do if [[ `dpkg-query -l $i` == 0 ]]; then continue fi - sudo apt-get install $i + sudo apt-get install -y --force-yes $i done screen -ls |grep deploy|awk -F. '{print $1}'|xargs kill -9 -- cgit 1.2.3-korg