1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-24 05:56:08 +03:00

Fix missing dependency for removal in Arch

This commit is contained in:
Bonnie 2016-11-28 03:30:30 -08:00 committed by GitHub
parent 3b928b9044
commit 30fb786f85

View File

@ -162,7 +162,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then
elif [[ "$OS" = 'centos' ]]; then
yum remove openvpn -y
else
pacman -Rs openvpn --noconfirm
pacman -Rs openvpn networkmanager-openvpn --noconfirm
fi
rm -rf /etc/openvpn
rm -rf /usr/share/doc/openvpn*