don't add db to repository

This commit is contained in:
Tobias Powalowski 2024-07-21 22:01:24 +02:00
parent a86b9fa502
commit 9dba8d5a2c

View file

@ -249,7 +249,7 @@ _fix_network() {
_create_archboot_db() { _create_archboot_db() {
echo "Creating archboot repository db..." echo "Creating archboot repository db..."
#shellcheck disable=SC2046 #shellcheck disable=SC2046
LC_ALL=C.UTF-8 repo-add -q "${1}"/archboot.db.tar.gz $(fd -u -t f -E '*.sig' . "${1}"/) LC_ALL=C.UTF-8 repo-add -q "${1}"/archboot.db.tar.gz $(fd -u -t f -E 'archboot.*tar.gz' -E '*.sig' . "${1}"/)
} }
_pacman_parameters() { _pacman_parameters() {