mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue