Fix CentOS 7 release process (#369)

This commit is contained in:
Jure Bajic 2022-03-31 07:20:53 +02:00 committed by GitHub
parent bf01c58ed9
commit 5822b44b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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