From 93b91fb3efcd7ca3f284d499e9966fd64a24ec37 Mon Sep 17 00:00:00 2001 From: thomasl <thomasl@eurecom.fr> Date: Tue, 18 Nov 2014 16:35:52 +0000 Subject: [PATCH] replace --force-yes by -y that is correct for the purpose of installting without confirmation (--force-yes is made for another purpose: to install packages that are not correct) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6033 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/build_helper.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/build_helper.bash b/targets/build_helper.bash index baa1cbda36..a46439af10 100755 --- a/targets/build_helper.bash +++ b/targets/build_helper.bash @@ -73,7 +73,7 @@ test_install_package() { } || { echo "$1 is not installed." OAI_INSTALLED=0 - $SUDO apt-get install --force-yes $1 + $SUDO apt-get install -y $@ } fi } -- GitLab