From 45c6174d270f91a3fd038851a88dbb98d7b949a9 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sun, 26 Nov 2023 15:55:56 -0600 Subject: [PATCH] Added sudo before sysctl --- Home_Lab/SetupWireguard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home_Lab/SetupWireguard.md b/Home_Lab/SetupWireguard.md index 7f5a76a..ec4c020 100644 --- a/Home_Lab/SetupWireguard.md +++ b/Home_Lab/SetupWireguard.md @@ -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