From 47bb48b0fb5fda98b37540895cc843b9c0c684dd Mon Sep 17 00:00:00 2001 From: David Myers Date: Wed, 22 Jul 2020 15:46:48 -0400 Subject: [PATCH] Update Linux WireGuard client doc (#1846) Ubuntu 18.04 LTS now includes WireGuard so the PPA is no longer needed. --- docs/client-linux-wireguard.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/client-linux-wireguard.md b/docs/client-linux-wireguard.md index aa611b0..848e3a2 100644 --- a/docs/client-linux-wireguard.md +++ b/docs/client-linux-wireguard.md @@ -5,15 +5,11 @@ To connect to your AlgoVPN using [WireGuard](https://www.wireguard.com) from Ubuntu, first install WireGuard: ```shell -# Ubuntu 19.04 and earlier: -# Add the WireGuard repository +# Ubuntu 16.04 only: Add the WireGuard repository sudo add-apt-repository ppa:wireguard/wireguard - -# Ubuntu 17.10 and earlier: -# Update the list of available packages sudo apt update -# Install the tools and kernel module: +# Install the tools: sudo apt install wireguard openresolv ``` @@ -62,6 +58,3 @@ search mydomain.com nameserver 172.27.153.31 nameserver fd00::b:991f ``` -If you're using the version of WireGuard included with Ubuntu as of 19.10 it might be from before this feature was added. To use the latest version of WireGuard add the PPA repository as shown above. - -Note that using the PPA repository on Ubuntu 20.04 LTS instead of the WireGuard modules shipped in the kernel package may cause the installation of about 40 additional packages in order to compile the kernel module.