Need to have the install inside the check of course

This commit is contained in:
David Heinemeier Hansson
2025-07-09 19:00:52 -07:00
parent b25a60395a
commit 11b71a593b

View File

@ -2,9 +2,10 @@
# Install Plymouth package
echo "Installing Plymouth..."
yay -S --noconfirm --needed plymouth
if ! command -v plymouth &>/dev/null; then
yay -S --noconfirm --needed plymouth
# Skip if plymouth already exists for some reason
# Backup original mkinitcpio.conf just in case
backup_timestamp=$(date +"%Y%m%d%H%M%S")