File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
share/github-backup-utils Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -217,8 +217,10 @@ ghe_parallel_check() {
217
217
GHE_PARALLEL_COMMAND=" parallel"
218
218
local x
219
219
for x in \
220
+ /usr/bin/parallel-moreutils \
220
221
/usr/bin/parallel.moreutils \
221
222
/usr/bin/parallel_moreutils \
223
+ /usr/bin/moreutils-parallel \
222
224
/usr/bin/moreutils.parallel \
223
225
/usr/bin/moreutils_parallel \
224
226
; do
Original file line number Diff line number Diff line change @@ -600,8 +600,10 @@ setup_moreutils_parallel() {
600
600
# We need moreutils parallel
601
601
local x
602
602
for x in \
603
+ /usr/bin/parallel-moreutils \
603
604
/usr/bin/parallel.moreutils \
604
605
/usr/bin/parallel_moreutils \
606
+ /usr/bin/moreutils-parallel \
605
607
/usr/bin/moreutils.parallel \
606
608
/usr/bin/moreutils_parallel \
607
609
; do
You can’t perform that action at this time.
0 commit comments