diff --git a/README.md b/README.md index 43f24c7..770b489 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,6 @@ useradd -m -g users -G wheel,storage,power -s /bin/bash USERNAME # Set the password for your account, replace USERNAME with the user you created passwd USERNAME # Set your USER password -# File edits for permissions -sed -i 's/^# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers -echo "Defaults rootpw" >> /etc/sudoers - # Run this & take note of your network adapter name (ex: ens33) ip link