mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-21 20:25:14 +00:00
Remove PPA removal for Ubuntu
An oversight from https://github.com/angristan/wireguard-install/pull/109
This commit is contained in:
parent
2363b36735
commit
2848ceefa5
@ -344,7 +344,6 @@ function uninstallWg() {
|
||||
|
||||
if [[ ${OS} == 'ubuntu' ]]; then
|
||||
apt-get autoremove --purge -y wireguard qrencode
|
||||
add-apt-repository -y -r ppa:wireguard/wireguard
|
||||
elif [[ ${OS} == 'debian' ]]; then
|
||||
apt-get autoremove --purge -y wireguard qrencode
|
||||
elif [[ ${OS} == 'fedora' ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user