diff options
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -283,7 +283,7 @@ EOF artix-chroot /mnt bash -c "echo root:artix | chpasswd" # Add new user -[[ "${elogind}" == false ]] user_groups+=",seat" +[[ "${elogind}" == false ]] && user_groups+=",seat" artix-chroot /mnt bash -c "useradd -mG ${user_groups} ${user}" artix-chroot /mnt bash -c "echo \"${user}:${password}\" | chpasswd" |
