From 043d99d9b95a133fbe87dcded9bcafc5833e195a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 6 Feb 2013 06:34:06 +0000 Subject: [PATCH] Force installation of dubious packages --- org.glite.testsuites.ctb/CANL-C/tests/canl-common-testbeds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.testsuites.ctb/CANL-C/tests/canl-common-testbeds.sh b/org.glite.testsuites.ctb/CANL-C/tests/canl-common-testbeds.sh index 7edf9d0..85d3bbe 100755 --- a/org.glite.testsuites.ctb/CANL-C/tests/canl-common-testbeds.sh +++ b/org.glite.testsuites.ctb/CANL-C/tests/canl-common-testbeds.sh @@ -23,7 +23,7 @@ COPYPROXY=$2 egrep -i "Debian|Ubuntu" /etc/issue if [ $? = 0 ]; then - INSTALLCMD="apt-get install -q --yes" + INSTALLCMD="apt-get install -q --yes --force-yes" INSTALLPKGS="lintian" else INSTALLCMD="yum install -q -y --nogpgcheck" -- 1.8.2.3