mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
Merge branch 'new_structure' of https://github.com/oberon2007/manjaro-architect into new_structure
This commit is contained in:
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…
Reference in New Issue
Block a user