From 4ef8136dc74dd39f3863aa7ce2f69e450955e8fd Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 22 Jul 2024 07:49:20 +0200 Subject: [PATCH] add sync --- usr/lib/archboot/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/archboot/common.sh b/usr/lib/archboot/common.sh index 3258fd43c..73ef5495e 100644 --- a/usr/lib/archboot/common.sh +++ b/usr/lib/archboot/common.sh @@ -248,6 +248,7 @@ _fix_network() { _create_archboot_db() { echo "Creating archboot repository db..." + sync #shellcheck disable=SC2046 LC_ALL=C.UTF-8 fd -u -t f -E '*.sig' . "${1}"/ -X repo-add -q "${1}"/archboot.db.tar.gz }