Fix centos 7

This commit is contained in:
jbajic 2022-03-18 15:52:49 +01:00
parent e07342e3ff
commit 3bc1839df9

View File

@ -106,7 +106,7 @@ install() {
https://repo.ius.io/ius-release-el7.rpm
yum update -y
yum install -y wget python3 python3-pip
yum install -y git224
yum install -y git
for pkg in $1; do
if [ "$pkg" == libipt ]; then
if ! yum list installed libipt >/dev/null 2>/dev/null; then