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 @@ -207,8 +207,10 @@ ghe_parallel_check() {
207
207
GHE_PARALLEL_COMMAND=" parallel"
208
208
local x
209
209
for x in \
210
+ /usr/bin/parallel-moreutils \
210
211
/usr/bin/parallel.moreutils \
211
212
/usr/bin/parallel_moreutils \
213
+ /usr/bin/moreutils-parallel \
212
214
/usr/bin/moreutils.parallel \
213
215
/usr/bin/moreutils_parallel \
214
216
; do
Original file line number Diff line number Diff line change @@ -588,8 +588,10 @@ setup_moreutils_parallel() {
588
588
# We need moreutils parallel
589
589
local x
590
590
for x in \
591
+ /usr/bin/parallel-moreutils \
591
592
/usr/bin/parallel.moreutils \
592
593
/usr/bin/parallel_moreutils \
594
+ /usr/bin/moreutils-parallel \
593
595
/usr/bin/moreutils.parallel \
594
596
/usr/bin/moreutils_parallel \
595
597
; do
You can’t perform that action at this time.
0 commit comments