From f14751805010cf75c24718f1d141ddab3621b0cc Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Mon, 3 Aug 2020 17:06:03 +0200 Subject: Ubuntu: remove PPA, use native packages Fix #108 --- wireguard-install.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'wireguard-install.sh') diff --git a/wireguard-install.sh b/wireguard-install.sh index fda5711..b2e9a41 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -124,10 +124,7 @@ function installWireGuard() { # Install WireGuard tools and module if [[ ${OS} == 'ubuntu' ]]; then - apt-get install -y software-properties-common - add-apt-repository -y ppa:wireguard/wireguard apt-get update - apt-get install -y "linux-headers-$(uname -r)" apt-get install -y wireguard iptables resolvconf qrencode elif [[ ${OS} == 'debian' ]]; then if ! grep -rqs "^deb .* buster-backports" /etc/apt/; then -- cgit v1.2.3