merge-requests/273/head
Bernhard Landauer 8 years ago
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…
Cancel
Save