From 1b2b1ac4c945fac59c6d27e58c50fc280507c648 Mon Sep 17 00:00:00 2001 From: beech Date: Thu, 4 Jul 2024 00:49:40 -0500 Subject: [PATCH] Updated README commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba94056..4a49f7a 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/%wheel ALL=(ALL) ALL/' /etc/sudoers echo "Defaults rootpw" >> /etc/sudoers ip link # Take note of your network adapter name (ex: ens33)