From 3d5e878f6c5331798b16cdecc7a8632468b55f3a Mon Sep 17 00:00:00 2001 From: beech Date: Thu, 4 Jul 2024 02:16:23 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 922e53b..f9d6281 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ passwd # Set your ROOT password useradd -m -g users -G wheel,storage,power -s /bin/bash USERNAME passwd USERNAME # Set your USER password sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers -echo "Defaults rootpw" >> /etc/sudoers +echo "Defaults rootpw" >> /etc/sudoers # Require root pass for sudo ip link # Take note of your network adapter name (ex: ens33)