From 04fb1d1c0d17ee801026c5db46b5167e9a63ac19 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Tue, 7 Feb 2017 07:56:04 +0200 Subject: [PATCH] Update manjaro-architect --- manjaro-architect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manjaro-architect b/manjaro-architect index cc369dd..6afea44 100755 --- a/manjaro-architect +++ b/manjaro-architect @@ -2277,7 +2277,7 @@ install_manjaro_de_wm() { else eval $(grep -e "enable_systemd=" $profile | sed 's/# //g') echo "${enable_systemd[@]}" > /mnt/tmp/.services - arch_chroot "systemctl enable $(cat /mnt/tmp/.services)" + arch_chroot "systemctl enable $(cat /tmp/.services)" arch_chroot "systemctl disable pacman-init" # enable display manager for systemd if [[ "$(cat /tmp/.display-manager)" == lightdm ]]; then