From 333728486f7d0c4a50abe1ef3c43ad6e970ee182 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 27 Apr 2012 16:10:17 +0000 Subject: [PATCH] Don't hesitate with installation. --- org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh b/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh index 951a19d..fc66735 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh @@ -27,7 +27,7 @@ if [ $? = 0 ]; then # XXX: remove that hack after myproxy is in Debian stable #INSTALLPKGS="lintian" INSTALLPKGS=" -aptitude -t testing install lintian" +aptitude -t testing -y install lintian" else INSTALLCMD="yum install -q -y --nogpgcheck" INSTALLPKGS="rpmlint" -- 1.8.2.3