mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-09 19:11:02 +00:00
typo causing, likely causing https://forum.manjaro.org/t/unstable-manjaro-architect-beta-testing/16010
This commit is contained in:
parent
dd9255bb9f
commit
20d480b56b
@ -188,7 +188,7 @@ install_manjaro_de_wm() {
|
|||||||
grep -f /tmp/.available_services /tmp/.services > /tmp/.fix && mv /tmp/.fix /tmp/.services
|
grep -f /tmp/.available_services /tmp/.services > /tmp/.fix && mv /tmp/.fix /tmp/.services
|
||||||
arch_chroot "systemctl enable $(cat /tmp/.services)" 2>$ERR
|
arch_chroot "systemctl enable $(cat /tmp/.services)" 2>$ERR
|
||||||
check_for_error "enable $(cat /tmp/.services)" $?
|
check_for_error "enable $(cat /tmp/.services)" $?
|
||||||
arch_chroot "systemctl disable pacman-init"2>$ERR
|
arch_chroot "systemctl disable pacman-init" 2>$ERR
|
||||||
check_for_error "disable pacman-init" $?
|
check_for_error "disable pacman-init" $?
|
||||||
|
|
||||||
# enable display manager for systemd
|
# enable display manager for systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user