From 0e8776a427bacafa9bb6f27a9a699a60630b98cb Mon Sep 17 00:00:00 2001 From: beech Date: Thu, 4 Jul 2024 02:15:08 -0500 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94a0571..922e53b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Scripts for Arch install & configuration with DE, support packages, and apps. In This step installs Arch to your hard drive. *IT WILL FORMAT THE DISK* -Boot into your Arch ISO +Boot into your Arch ISO & run commands: ```bash # Installer 1 @@ -18,9 +18,9 @@ sh preinstall1.sh # Creating user account - Run commands below & replace "USERNAME" with your preferred username. arch-chroot /mnt -passwd # This is your ROOT password +passwd # Set your ROOT password useradd -m -g users -G wheel,storage,power -s /bin/bash USERNAME -passwd USERNAME # This is your USER password +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