readme: remove linux modprobe section
parent
9b55619002
commit
9b6d27d860
12
README.md
12
README.md
|
@ -154,18 +154,6 @@ It's assumed that WireGuard is installed on your system, either via the kernel m
|
|||
|
||||
[WireGuard Installation Instructions](https://www.wireguard.com/install/)
|
||||
|
||||
If you're not already a WireGuard user, you may need to load the kernel module:
|
||||
|
||||
```sh
|
||||
modprobe wireguard
|
||||
```
|
||||
|
||||
You can make the kernel module loading persistent with:
|
||||
|
||||
```sh
|
||||
echo wireguard > /etc/modules-load.d/wireguard.conf
|
||||
```
|
||||
|
||||
### Arch
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in New Issue