From 2848ceefa5d31b1fc99e854025594f83c917460d Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Tue, 4 Aug 2020 12:20:27 +0200 Subject: [PATCH] Remove PPA removal for Ubuntu An oversight from https://github.com/angristan/wireguard-install/pull/109 --- wireguard-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/wireguard-install.sh b/wireguard-install.sh index a8ce2d2..ea4f7a5 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -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