mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-02 23:17:32 -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
|
grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
|
|
||||||
# account setup
|
# account setup
|
||||||
useradd -m -g users -G uucp "$username"
|
groupadd libvirt
|
||||||
|
useradd -m -g users -G uucp,libvirt "$username"
|
||||||
echo "$userpassword
|
echo "$userpassword
|
||||||
$userpassword
|
$userpassword
|
||||||
" | passwd "$username"
|
" | passwd "$username"
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
loadkeys us
|
loadkeys us
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo rwinkhart\'s artix install script
|
echo rwinkhart\'s artix install script
|
||||||
echo last updated november 30, 2023 \(rev. A\)
|
echo last updated december 03, 2023 \(rev. A\)
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo You will be asked some questions before installation.
|
echo You will be asked some questions before installation.
|
||||||
echo -e "----------------------------------------------------------------------------------------------\n"
|
echo -e "----------------------------------------------------------------------------------------------\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user