Skip to content

Commit 47bb48b

Browse files
authored
Update Linux WireGuard client doc (#1846)
Ubuntu 18.04 LTS now includes WireGuard so the PPA is no longer needed.
1 parent 3f86ae0 commit 47bb48b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docs/client-linux-wireguard.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@
55
To connect to your AlgoVPN using [WireGuard](https://www.wireguard.com) from Ubuntu, first install WireGuard:
66

77
```shell
8-
# Ubuntu 19.04 and earlier:
9-
# Add the WireGuard repository
8+
# Ubuntu 16.04 only: Add the WireGuard repository
109
sudo add-apt-repository ppa:wireguard/wireguard
11-
12-
# Ubuntu 17.10 and earlier:
13-
# Update the list of available packages
1410
sudo apt update
1511

16-
# Install the tools and kernel module:
12+
# Install the tools:
1713
sudo apt install wireguard openresolv
1814
```
1915

@@ -62,6 +58,3 @@ search mydomain.com
6258
nameserver 172.27.153.31
6359
nameserver fd00::b:991f
6460
```
65-
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.
66-
67-
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.

0 commit comments

Comments
 (0)