1
0
Fork 0
mirror of synced 2025-04-05 14:13:37 +03:00

Don’t try install “install”

Oops
This commit is contained in:
Laster K 2019-05-10 15:47:35 +01:00 committed by GitHub
parent e69513faeb
commit 905d24ab2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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