From 9008788a7d1cc1ad594d44d105dde9539c054996 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 20 Aug 2025 13:57:55 -0400 Subject: [PATCH] Work around existing file nodm in /et/pam.d until next image release. --- .includes/gui.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.includes/gui.sh b/.includes/gui.sh index 2037cdd..50e1909 100755 --- a/.includes/gui.sh +++ b/.includes/gui.sh @@ -1,6 +1,11 @@ #!/usr/bin/env bash +# Remove existing nodm from /etc/pam.d so package installation goes smoothly +if [[ -e /etc/pam.d/nodm ]]; then + sudo rm -f /etc/pam.d/nodm +fi + # be sure there is no Xorg interference yay -Runcds --noconfirm libx11