mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Merge pull request #1 from kmartin26/patch-3
fix apt-get remove for debian uninstall
This commit is contained in:
commit
5fe0882740
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ echo "Remove WireGuard Server ($distribution)"
|
|||
elif [ "$distribution" = "Debian" ] || [ "$distribution" = "Raspbian" ]; then
|
||||
systemctl stop wg-quick@wg0.service > /dev/null 2>&1
|
||||
systemctl disable wg-quick@wg0.service > /dev/null 2>&1
|
||||
apt-get install -y wireguard iptables --force-yes > /dev/null 2>&1
|
||||
apt-get remove -y wireguard --force-yes > /dev/null 2>&1
|
||||
rm -rf /etc/wireguard
|
||||
rm -f /etc/sysctl.d/wg.conf
|
||||
rm -f /etc/apt/sources.list.d/unstable.list
|
||||
|
|
Loading…
Add table
Reference in a new issue