Enable wheel users to use sudo

This commit is contained in:
Le0xFF 2022-08-30 10:57:11 +02:00
parent eb1f96e45e
commit efd9fce8a6

3
vli.sh
View File

@ -150,6 +150,9 @@ function initial_configuration {
chown root:root /
chmod 755 /
echo -e -n "\nEnabling wheel group to use sudo...\n"
echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/10-wheel
echo -e -n "\nExporting variables that will be used for fstab...\n"
export LUKS_UUID=$(blkid -s UUID -o value "$encrypted_partition")
export ROOT_UUID=$(blkid -s UUID -o value "$final_drive")