From 8ca63a61aeafffb9ec93d18eb4dfac7ac87b2fd5 Mon Sep 17 00:00:00 2001 From: Gabriel Barrantes Date: Sun, 5 Oct 2025 08:17:05 -0600 Subject: [PATCH] Sync with remote repos --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 1426ef3..20c4d32 100755 --- a/build.sh +++ b/build.sh @@ -17,6 +17,7 @@ make_debug_archive () { mkdir --parents /tmp/debugroot # Install all packages in the kde-linux-debug repository to /tmp/debugroot. + pacman --sync --refresh pacstrap -c /tmp/debugroot $(pacman --sync --list --quiet kde-linux-debug) # systemd-sysext uses the os-release in extension-release.d to verify the sysext matches the base OS,