installer: fix usage of deprecated arguments for xargs

This commit is contained in:
Moritz Bunkus 2021-06-16 20:04:57 +02:00
parent 799a8baba4
commit 0075ce2d62
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -197,7 +197,7 @@ function copy_files {
}
}
xargs -n 1 -P $(nproc) -d '\n' -i zsh -c '{}' < ${commands}
xargs -P $(nproc) -d '\n' '-I{}' zsh -c '{}' < ${commands}
rm -f ${commands}