remove all the fancy but unnecessary args, as compatibility values most.

https://github.com/v2fly/fhs-install-v2ray/issues/132#issuecomment-698350955
pull/139/head
IceCodeNew 2020-09-24 21:46:12 +08:00
parent 2cf0c90b01
commit ae9e64ff83
1 changed files with 1 additions and 1 deletions

View File

@ -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() {