From 5a903a672fc710dd1d248bcd53cbf2a890a1f094 Mon Sep 17 00:00:00 2001 From: Gerardo Marx Date: Sun, 26 Sep 2021 19:09:20 +0000 Subject: [PATCH] user defined --- base-uefi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"