From 99d4b59b3096c5db7cb66da95b40868997994ce2 Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Fri, 14 Sep 2018 22:35:14 +0200 Subject: [PATCH] Remove unnecessary Debian dependency --- openvpn-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 7ca88f4..e6f7bc7 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -805,9 +805,6 @@ prefetch: yes' >> /etc/unbound/unbound.conf # Restart Unbound service unbound restart - # Needed for the chattr command - apt-get install -y e2fsprogs - elif [[ "$OS" = "centos" ]]; then # Install Unbound yum install -y unbound