From 2e8a57fac4673abf2367a50066da164d5a92eddd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 27 Aug 2025 15:16:28 +0200 Subject: [PATCH] Don't need a full system update for this --- migrations/1752091783.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1752091783.sh b/migrations/1752091783.sh index 33a2079f..6d7160b8 100644 --- a/migrations/1752091783.sh +++ b/migrations/1752091783.sh @@ -1,4 +1,4 @@ echo "Install Plymouth splash screen" -sudo pacman -Syu --needed --noconfirm uwsm plymouth +sudo pacman -S --needed --noconfirm uwsm plymouth source "$HOME/.local/share/omarchy/install/login/plymouth.sh"