Files
omarchy/migrations/1752091783.sh
David Heinemeier Hansson a873a2cf96 Clean up migrations a bit
2025-07-09 19:13:37 -04:00

6 lines
179 B
Bash

echo "Install Plymouth splash screen"
if ! command -v plymouth &>/dev/null; then
yay -S --noconfirm --needed plymouth
bash "$HOME/.local/share/omarchy/install/plymouth.sh"
fi