Using --force-yes for stubborn updates
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 6 Feb 2013 09:23:15 +0000 (09:23 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 7 Feb 2013 14:08:44 +0000 (15:08 +0100)
org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh

index 7ae70dd..d3f59d8 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 apache2 netcat-traditional psmisc"
        HTTPD_SERVER_ROOT=/etc/apache2
 else