diff --git a/chrootInstall.sh b/chrootInstall.sh index 0a26499..d5fdcca 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -44,7 +44,8 @@ fi grub-mkconfig -o /boot/grub/grub.cfg # account setup -useradd -m -g users -G uucp "$username" +groupadd libvirt +useradd -m -g users -G uucp,libvirt "$username" echo "$userpassword $userpassword " | passwd "$username" diff --git a/install.sh b/install.sh index ca10939..6ba0377 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s artix install script -echo last updated november 30, 2023 \(rev. A\) +echo last updated december 03, 2023 \(rev. A\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"