This commit is contained in:
juewuy
2025-11-20 19:47:49 +08:00
parent a817d1db45
commit 96b2fccbd2
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -4,5 +4,5 @@ clash_v=v1.7.1
meta_v=v1.19.11
singboxp_v=1.10.0-alpha.29-067c81a7
singbox_v=1.10.7
versionsh=1.9.2beta5
versionsh=1.9.2beta5fix
GeoIP_v=20251114

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) Juewuy
version=1.9.2beta5
version=1.9.2beta5fix
setdir() {
dir_avail() {

View File

@@ -2076,7 +2076,7 @@ webget)
#参数【$4】代表输出显示【$5】不启用重定向
#参数【$6】代表验证证书【$7】使用自定义UA
[ -n "$7" ] && agent="--user-agent \"$7\""
if curl1 --version >/dev/null 2>&1; then
if curl --version >/dev/null 2>&1; then
[ "$4" = "echooff" ] && progress='-s' || progress='-#'
[ "$5" = "rediroff" ] && redirect='' || redirect='-L'
[ "$6" = "skipceroff" ] && certificate='' || certificate='-k'