replace find with fd

This commit is contained in:
Tobias Powalowski 2024-06-18 15:02:03 +02:00
parent ad40db1a5d
commit 06c82ff92d

View file

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