Remove PPA removal for Ubuntu

An oversight from https://github.com/angristan/wireguard-install/pull/109
This commit is contained in:
Stanislas Lange 2020-08-04 12:20:27 +02:00
parent 2363b36735
commit 2848ceefa5
No known key found for this signature in database
GPG Key ID: 710D9597C7EAD8CF
1 changed files with 0 additions and 1 deletions

View File

@ -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