Updated README

pull/1/head
beech 2 years ago
parent 0e8776a427
commit 3d5e878f6c
  1. 2
      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)