Then not do

This commit is contained in:
David Heinemeier Hansson
2025-07-09 19:08:44 -04:00
parent 315f3ffe88
commit bc652eb3f7
3 changed files with 6 additions and 3 deletions

View File

@ -2,4 +2,7 @@
# Run Plymouth installation script
echo "Install Plymouth splash screen"
bash "$HOME/.local/share/omarchy/install/plymouth.sh"
if ! command -v plymouth &>/dev/null; then
yay -S --noconfirm --needed plymouth
bash "$HOME/.local/share/omarchy/install/plymouth.sh"
fi