From 47574aeb84a69cc90f99770c186aa8c56a03d3a5 Mon Sep 17 00:00:00 2001 From: "David E. Myers" Date: Sun, 24 Nov 2019 16:04:05 -0500 Subject: [PATCH] Update the Ubuntu WireGuard documentation --- docs/client-linux-wireguard.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/client-linux-wireguard.md b/docs/client-linux-wireguard.md index 96455e1..dcf2ace 100644 --- a/docs/client-linux-wireguard.md +++ b/docs/client-linux-wireguard.md @@ -5,10 +5,12 @@ To connect to your AlgoVPN using [WireGuard](https://www.wireguard.com) from Ubuntu, first install WireGuard: ```shell -# Add the WireGuard repository: +# Ubuntu 19.04 and earlier: +# Add the WireGuard repository sudo add-apt-repository ppa:wireguard/wireguard -# Update the list of available packages (not necessary on 18.04 or later): +# Ubuntu 17.10 and earlier: +# Update the list of available packages sudo apt update # Install the tools and kernel module: