mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
Update manjaro-architect
This commit is contained in:
parent
981681bbc5
commit
04fb1d1c0d
@ -2277,7 +2277,7 @@ install_manjaro_de_wm() {
|
|||||||
else
|
else
|
||||||
eval $(grep -e "enable_systemd=" $profile | sed 's/# //g')
|
eval $(grep -e "enable_systemd=" $profile | sed 's/# //g')
|
||||||
echo "${enable_systemd[@]}" > /mnt/tmp/.services
|
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"
|
arch_chroot "systemctl disable pacman-init"
|
||||||
# enable display manager for systemd
|
# enable display manager for systemd
|
||||||
if [[ "$(cat /tmp/.display-manager)" == lightdm ]]; then
|
if [[ "$(cat /tmp/.display-manager)" == lightdm ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user