This commit is contained in:
Bernhard Landauer 2017-03-01 18:56:52 +01:00
commit 609fc98c24

View File

@ -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