From 135729d0ab1858923d15f26b5d4a0efe418af843 Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Thu, 23 Feb 2017 22:47:40 +0100 Subject: [PATCH] Remove the archlinux part that @Angristan had forgotten --- openvpn-install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 4919f6a..6f54509 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -258,14 +258,6 @@ else yum install openvpn iptables openssl wget ca-certificates curl -y fi - # Install dependencies - pacman -Syu openvpn iptables openssl wget ca-certificates curl --needed --noconfirm - if [[ "$OS" = 'arch' ]]; then - touch /etc/iptables/iptables.rules # iptables won't start if this file does not exist - systemctl enable iptables - systemctl start iptables - fi - fi # Find out if the machine uses nogroup or nobody for the permissionless group if grep -qs "^nogroup:" /etc/group; then NOGROUP=nogroup