Work around existing file nodm in /et/pam.d until next image release.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user