diff --git a/base-uefi.sh b/base-uefi.sh index 406bb48..bf15e53 100644 --- a/base-uefi.sh +++ b/base-uefi.sh @@ -37,9 +37,9 @@ systemctl enable acpid useradd -m gmarx echo gmarx:password | chpasswd -usermod -aG libvirt ermanno +usermod -aG libvirt gmarx -echo "ermanno ALL=(ALL) ALL" >> /etc/sudoers.d/ermanno +echo "gmarx ALL=(ALL) ALL" >> /etc/sudoers.d/gmarx printf "\e[1;32mDone! Type exit, umount -a and reboot.\e[0m"