From 5947d9af4363a368bc075f08a4e8fd2cdca59429 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Mon, 30 Mar 2026 16:09:06 +0200 Subject: [PATCH] fix: use paru -Syu instead of -Sy to avoid partial upgrade state --- scripts/post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/post-install.sh b/scripts/post-install.sh index 90ecff6..7746e24 100755 --- a/scripts/post-install.sh +++ b/scripts/post-install.sh @@ -35,7 +35,7 @@ else log " ~ Moonarch repo already in paru.conf." fi -paru -Sy --pkgbuilds --noconfirm +paru -Syu --pkgbuilds --noconfirm # --- Install moonarch-git (pulls in all configs, scripts, themes as dependencies) ---