mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
wireguard-dmks is not needed when running a sufficiently recent kernel (#501)
* wireguard-dmks is not needed when running a sufficiently recent kernel Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
Installing everything we will need for a `wireguard` connections is as simple as running:
|
||||
|
||||
```bash
|
||||
sudo apt-get install wireguard wireguard-tools wireguard-dkms
|
||||
sudo apt-get install wireguard wireguard-tools
|
||||
```
|
||||
|
||||
For Ubuntu 18.04 and lower, you need to do some extra steps:
|
||||
@@ -20,9 +20,11 @@ For Ubuntu 18.04 and lower, you need to do some extra steps:
|
||||
```bash
|
||||
sudo add-apt-repository ppa:wireguard/wireguard
|
||||
sudo apt update
|
||||
sudo apt install wireguard wireguard-tools wireguard-dkms
|
||||
sudo apt install wireguard wireguard-tools
|
||||
```
|
||||
|
||||
If you're running a kernel older than 5.6 (check with `uname -r`), you will also need to install `wireguard-dkms`
|
||||
|
||||
If there is no `wireguard` package available for your system, you can follow the instructions below to compile WireGuard from source.
|
||||
|
||||
<!-- markdownlint-disable code-block-style -->
|
||||
|
||||
Reference in New Issue
Block a user