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