Force installation of dubious packages
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 6 Feb 2013 06:34:06 +0000 (06:34 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 7 Feb 2013 14:08:18 +0000 (15:08 +0100)
org.glite.testsuites.ctb/CANL-C/tests/canl-common-testbeds.sh

index 7edf9d0..85d3bbe 100755 (executable)
@@ -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"