Sync with remote repos

This commit is contained in:
Gabriel Barrantes
2025-10-05 08:17:05 -06:00
parent 52c1fa2473
commit 8ca63a61ae

View File

@@ -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,