mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Update the Ubuntu WireGuard documentation (#1645)
This commit is contained in:
parent
43aafdfce1
commit
9f27c25adc
1 changed files with 4 additions and 2 deletions
|
@ -5,10 +5,12 @@
|
||||||
To connect to your AlgoVPN using [WireGuard](https://www.wireguard.com) from Ubuntu, first install WireGuard:
|
To connect to your AlgoVPN using [WireGuard](https://www.wireguard.com) from Ubuntu, first install WireGuard:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Add the WireGuard repository:
|
# Ubuntu 19.04 and earlier:
|
||||||
|
# Add the WireGuard repository
|
||||||
sudo add-apt-repository ppa:wireguard/wireguard
|
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
|
sudo apt update
|
||||||
|
|
||||||
# Install the tools and kernel module:
|
# Install the tools and kernel module:
|
||||||
|
|
Loading…
Add table
Reference in a new issue