From: Zdeněk Šustr Date: Wed, 6 Feb 2013 09:23:15 +0000 (+0000) Subject: Using --force-yes for stubborn updates X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=bb8fbfb6b63f2c2fd6c56a8b8573fb09270f425d;p=jra1mw.git Using --force-yes for stubborn updates --- diff --git a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh index 7ae70dd..d3f59d8 100755 --- a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh +++ b/org.glite.testsuites.ctb/gridsite/tests/gridsite-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 apache2 netcat-traditional psmisc" HTTPD_SERVER_ROOT=/etc/apache2 else