diff options
author | Stanislas <stanislas.lange@pm.me> | 2020-08-03 17:06:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 17:06:43 +0200 |
commit | 5a65e8866740be89e9c6773eebb5b2bb18a60332 (patch) | |
tree | b772ae9ed761cc3d763dd5b05c442ed8ee727d23 /wireguard-install.sh | |
parent | 70b44989e637faf1471ff007cba42bed06a44c0b (diff) | |
parent | f14751805010cf75c24718f1d141ddab3621b0cc (diff) |
Merge pull request #109 from angristan:ubuntu-no-ppa
Ubuntu: remove PPA, use native packages
Diffstat (limited to 'wireguard-install.sh')
-rw-r--r-- | wireguard-install.sh | 3 |
1 files changed, 0 insertions, 3 deletions
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 |