From b25a60395a4f9095e500e01f60881eb57d909cca Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 19:00:20 -0700 Subject: [PATCH] All protections are already in there --- migrations/1752091783.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/migrations/1752091783.sh b/migrations/1752091783.sh index b2b888a..9b1f70d 100644 --- a/migrations/1752091783.sh +++ b/migrations/1752091783.sh @@ -1,5 +1,2 @@ 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 +source "$HOME/.local/share/omarchy/install/plymouth.sh"