From 905d24ab2fbf045c833dbf06c3e0dded3b124d60 Mon Sep 17 00:00:00 2001 From: Laster K Date: Fri, 10 May 2019 15:47:35 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20try=20install=20=E2=80=9Cinstal?= =?UTF-8?q?l=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oops --- vpnsetup_centos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index ae54c2d..e712c90 100755 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -184,7 +184,7 @@ esac bigecho "Installing Fail2Ban to protect SSH..." if $RHEL8BETA; then - yum -y install install git python3-pip gcc python3-devel systemd-devel + yum -y install git python3-pip gcc python3-devel systemd-devel pip3 install git+https://github.com/systemd/python-systemd.git#egg=systemd PWO=$PWD cd /opt/src || exit 1