COPYPROXY=$2
egrep -i "Debian|Ubuntu" /etc/issue
-if [ \$? = 0 ]; then
- INSTALLCMD="apt-get install -q --yes"
+if [ $? = 0 ]; then
+ INSTALLCMD="apt-get install -q --yes"
INSTALLPKGS="lintian"
else
- INSTALLCMD="yum install -q -y --nogpgcheck"
+ INSTALLCMD="yum install -q -y --nogpgcheck"
INSTALLPKGS="rpmlint"
fi
COPYPROXY=$2
egrep -i "Debian|Ubuntu" /etc/issue
-if [ \$? = 0 ]; then
- INSTALLCMD="apt-get install -q --yes"
+if [ $? = 0 ]; then
+ INSTALLCMD="apt-get install -q --yes"
INSTALLPKGS="lintian"
else
- INSTALLCMD="yum install -q -y --nogpgcheck"
+ INSTALLCMD="yum install -q -y --nogpgcheck"
INSTALLPKGS="rpmlint"
fi