1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-09 04:01:33 -05:00
This commit is contained in:
TommyTran732 2021-08-21 17:44:13 -04:00 committed by tommytran732
parent 5dfc2ad5f0
commit 4d745c0ac9
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -309,7 +309,7 @@ arch-chroot /mnt /bin/bash -e <<EOF
passwd $USER
EOF
#Giving wheel user sudo access
#Giving wheel user sudo access.
sed -i 's/# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/g' /mnt/etc/sudoers
# Enabling auto-trimming service.