This commit is contained in:
Luk Lu
2023-01-12 20:05:07 +08:00
parent 6555284efc
commit 2021fba89e
4 changed files with 66 additions and 46 deletions

View File

@@ -102,6 +102,7 @@ read -p ">>> " AddNewUser
if [ "$AddNewUser" == 'y' ]
then
source /faronear/sysconfig/debian-add-user.sh $NewUser
source /faronear/sysconfig/home-config.sh /faronear/sysconfig/nixhome $NewUser
echo
echo "=== Enable xfce autologin [/etc/lightdm/lightdm.conf]: <y> for autologin as [$NewUser] or <anything else> for no change:"