From 5a51b331692f6fb05f305d6ed7ed29fe35faa3b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 11 Dec 2012 15:56:43 +0000 Subject: [PATCH] Don't check gpg on Debian too. --- 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 86b14ee..45eeb1b 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-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="aptitude install -y --allow-untrusted" # install myproxy too for client utils INSTALLPKGS="lintian myproxy" else -- 1.8.2.3