Work around existing file nodm in /et/pam.d until next image release.

This commit is contained in:
Storm Dragon
2025-08-20 13:57:55 -04:00
parent cc91998a06
commit 9008788a7d

View File

@@ -1,6 +1,11 @@
#!/usr/bin/env bash #!/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 # be sure there is no Xorg interference
yay -Runcds --noconfirm libx11 yay -Runcds --noconfirm libx11