Updated README commands

pull/1/head
beech 2 years ago
parent 45c801fbf5
commit 1b2b1ac4c9
  1. 2
      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)