1
0
mirror of synced 2024-11-26 06:46:06 +03:00

Install iptables if it's not installed previously

This commit is contained in:
Roc Boronat 2018-04-19 23:47:17 +03:00 committed by GitHub
parent 36208fa4ca
commit 1db86856eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ bigecho "Installing packages required for the VPN..."
apt-get -yq install libnss3-dev libnspr4-dev pkg-config \
libpam0g-dev libcap-ng-dev libcap-ng-utils libselinux1-dev \
libcurl4-nss-dev flex bison gcc make libnss3-tools \
libevent-dev ppp xl2tpd || exiterr2
libevent-dev ppp xl2tpd iptables || exiterr2
bigecho "Installing Fail2Ban to protect SSH..."