don't spawn fd

This commit is contained in:
Tobias Powalowski 2024-07-22 07:34:45 +02:00
parent 9dba8d5a2c
commit 865232ff57

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 'archboot.*tar.gz' -E '*.sig' . "${1}"/) LC_ALL=C.UTF-8 fd -u -t f -E '*.sig' . "${1}"/ -X repo-add -q "${1}"/archboot.db.tar.gz
} }
_pacman_parameters() { _pacman_parameters() {