Added sudo before sysctl

This commit is contained in:
Tristan Ancelet 2023-11-26 15:55:56 -06:00
parent 0b26c4ddc3
commit 45c6174d27

View File

@ -93,7 +93,7 @@ Afterwards you will likely need to load the change into your system.
```bash
## Can also use "sudo sysctl --system" to just have it reload all configs
sysctl --load=/etc/sysctl.conf
sudo sysctl --load=/etc/sysctl.conf
# or just manually set it