forked from kiss-community/kiss
kiss: fix syntax error
This commit is contained in:
parent
6cf99638ef
commit
d5a835e8e3
2
kiss
2
kiss
@ -1930,7 +1930,7 @@ main() {
|
|||||||
command -v axel ||
|
command -v axel ||
|
||||||
command -v curl ||
|
command -v curl ||
|
||||||
command -v wget ||
|
command -v wget ||
|
||||||
command -v wget2 ||
|
command -v wget2
|
||||||
)"} || die "No download utility found (aria2c, axel, curl, wget, wget2)"
|
)"} || die "No download utility found (aria2c, axel, curl, wget, wget2)"
|
||||||
|
|
||||||
# Store the date and time of script invocation to be used as the name of
|
# Store the date and time of script invocation to be used as the name of
|
||||||
|
Loading…
Reference in New Issue
Block a user