remove all the fancy but unnecessary args, as compatibility values most.
https://github.com/v2fly/fhs-install-v2ray/issues/132#issuecomment-698350955pull/139/head
parent
2cf0c90b01
commit
ae9e64ff83
|
@ -28,7 +28,7 @@ green=$(tput setaf 2)
|
|||
reset=$(tput sgr0)
|
||||
|
||||
curl() {
|
||||
$(type -P curl) -L -q --retry 5 --retry-delay 10 --retry-max-time 60 --false-start --http2 --tlsv1.2 "$@"
|
||||
$(type -P curl) -L -q --retry 5 --retry-delay 10 --retry-max-time 60 "$@"
|
||||
}
|
||||
|
||||
check_if_running_as_root() {
|
||||
|
|
Loading…
Reference in New Issue