Browse Source

user defined

master
parent
commit
5a903a672f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      base-uefi.sh

+ 2
- 2
base-uefi.sh View File

@ -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"


Loading…
Cancel
Save