diff --git a/lib/util-base.sh b/lib/util-base.sh index 9e03d5c..a55cf39 100644 --- a/lib/util-base.sh +++ b/lib/util-base.sh @@ -41,8 +41,6 @@ enable_services() { fi done check_for_error "enable $(cat /tmp/.services | tr '\n' ' ')" $? - arch_chroot "systemctl disable pacman-init" 2>$ERR - check_for_error "disable pacman-init" $? # enable display manager for systemd if [[ "$(cat /tmp/.display-manager)" == lightdm ]]; then