mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-09 19:11:02 +00:00
Merge branch 'master' of https://github.com/Chrysostomus/manjaro-architect
This commit is contained in:
commit
609fc98c24
@ -199,6 +199,8 @@ install_manjaro_de_wm() {
|
||||
if [[ -e "$(echo /mnt/home/*)" ]]; then
|
||||
for home in $(echo $MOUNTPOINT/home/*); do
|
||||
cp -ar $MOUNTPOINT/etc/skel/. $home/
|
||||
user=$(echo $home | cut -d/ -f4)
|
||||
arch_chroot "chown -R ${user}:${user} $home"
|
||||
done
|
||||
fi
|
||||
# Enable services in the chosen profile
|
||||
|
Loading…
Reference in New Issue
Block a user