From 04d2bc226b25a80819d2b6a593d2b8e585bd1edc Mon Sep 17 00:00:00 2001 From: beliys Date: Sat, 13 Jan 2024 12:07:49 +0200 Subject: [PATCH] fix disable pacman-init error --- lib/util-base.sh | 2 -- 1 file changed, 2 deletions(-) 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