From 9cff421395cb85cba58a3dd4e7d0cc6398f2fde8 Mon Sep 17 00:00:00 2001 From: beech Date: Thu, 4 Jul 2024 01:05:27 -0500 Subject: [PATCH] Updated README visudo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba94056..0644db2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ arch-chroot /mnt passwd # This is your ROOT password useradd -m -g users -G wheel,storage,power -s /bin/bash USERNAME passwd USERNAME # This is your USER password -sed -i 's/^# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/' /etc/sudoers +sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers echo "Defaults rootpw" >> /etc/sudoers ip link # Take note of your network adapter name (ex: ens33)