From b41e8e8226910dffe46a852027db40bfdec66e82 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Mon, 25 Mar 2024 17:22:00 +0330 Subject: [PATCH] fixed no pass after install --- etc/calamares/modules/shellprocess-parch-systemd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/calamares/modules/shellprocess-parch-systemd.conf b/etc/calamares/modules/shellprocess-parch-systemd.conf index 2bde483..a4bfc7b 100644 --- a/etc/calamares/modules/shellprocess-parch-systemd.conf +++ b/etc/calamares/modules/shellprocess-parch-systemd.conf @@ -9,4 +9,5 @@ timeout: 10 script: - "-systemctl enable bluetooth" - "-rm -rf /etc/sddm.conf.d/autologin.conf" + - "-rm -rf /etc/sudoers.d/g_wheel"