mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 13:43:30 +03:00
Fix missing dependency for removal in Arch
This commit is contained in:
parent
3b928b9044
commit
30fb786f85
1 changed files with 1 additions and 1 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Reference in a new issue