mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Add user to libvirt group by default
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user