From 5d40c041ddc9cda843d2367e83784c388e733c27 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 18 Jun 2017 21:07:15 +0200 Subject: [PATCH] More proper remove openvpn-blacklist isn't installed with Debian 9. --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 3c59d67..e8dc561 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -164,7 +164,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then fi fi if [[ "$OS" = 'debian' ]]; then - apt-get remove --purge -y openvpn openvpn-blacklist + apt-get autoremove --purge -y openvpn elif [[ "$OS" = 'arch' ]]; then pacman -R openvpn --noconfirm else