Merge branch 'new_structure' of https://github.com/oberon2007/manjaro-architect into new_structure

merge-requests/273/head
Bernhard Landauer 8 years ago
commit c4c8496134

@ -149,7 +149,7 @@ install_manjaro_de_wm() {
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"
arch_chroot "chown -R ${user}:${user} /home/${user}"
done
fi
# Enable services in the chosen profile

Loading…
Cancel
Save