1
0
mirror of https://github.com/tonarino/innernet.git synced 2024-11-24 08:42:33 +02:00

readme: remove linux modprobe section

This commit is contained in:
Jake McGinty 2021-04-08 12:17:28 +09:00
parent 9b55619002
commit 9b6d27d860

View File

@ -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