Files
omarchy/migrations/1752091783.sh

6 lines
179 B
Bash
Raw Normal View History

2025-07-05 16:42:19 -04:00
echo "Install Plymouth splash screen"
2025-07-09 19:08:44 -04:00
if ! command -v plymouth &>/dev/null; then
yay -S --noconfirm --needed plymouth
bash "$HOME/.local/share/omarchy/install/plymouth.sh"
fi