From 59088800addec2421582b7c6ae37bc06bc7db8bb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 12:15:37 +0200 Subject: [PATCH] Fix path and dependencies --- migrations/1752091783.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/migrations/1752091783.sh b/migrations/1752091783.sh index 22625fd5..18786372 100644 --- a/migrations/1752091783.sh +++ b/migrations/1752091783.sh @@ -1,2 +1,4 @@ echo "Install Plymouth splash screen" -source "$HOME/.local/share/omarchy/install/config/login.sh" + +sudo pacman -Sy --needed --noconfirm uwsm plymouth +source "$HOME/.local/share/omarchy/install/login/login.sh"