mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-07 15:20:04 +01:00
More proper remove
openvpn-blacklist isn't installed with Debian 9.
This commit is contained in:
parent
0bc1e6ea59
commit
5d40c041dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user