This commit is contained in:
Luk
2024-12-21 18:16:11 +08:00
parent 12997de734
commit b9bfb34a17
2 changed files with 51 additions and 43 deletions

View File

@@ -34,3 +34,11 @@ else
echo "--- Nothing changed."
fi
echo
echo "::*** Config home with standard init files? [y] for yes, [anything else] for no"
read -p "***:: " ConfigHome
if [ "$ConfigHome" = "y" ]
then
source /faronear/sysconfig/nixhome-config.sh /faronear/sysconfig/nixhome $NewUser
fi
echo