We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efe833 commit 5f20da1Copy full SHA for 5f20da1
static/install.sh
@@ -39,7 +39,7 @@ SCRIPT_NAME="ZFile 管理脚本"
39
WEB_URL="https://www.zfile.vip"
40
GITHUB_URL="https://github.com/zfile-dev/zfile"
41
AUTHOR="Zhao Jun <[email protected]>, QQ: 873019219"
42
-VERSION="1.0.0"
+VERSION="1.0.1"
43
44
# --------------- 颜色定义及日志 -----------
45
if [ -t 1 ]; then
@@ -1168,7 +1168,7 @@ update() {
1168
1169
# 自更新函数
1170
self_update() {
1171
- local script_url="https://docs.zfile.vip" # 新版本下载地址
+ local script_url="https://docs.zfile.vip/install.sh" # 新版本下载地址
1172
local tmp_file=$(mktemp /tmp/script.XXXXXX) # 创建临时文件
1173
1174
echo "检查更新..."
0 commit comments