Don't check gpg on Debian too.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 11 Dec 2012 15:56:43 +0000 (15:56 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 11 Dec 2012 15:56:43 +0000 (15:56 +0000)
org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh

index 86b14ee..45eeb1b 100755 (executable)
@@ -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