From 2fa1eb2ba36151f0da2ee60dff55550e17ee867b Mon Sep 17 00:00:00 2001 From: database-mysql Date: Sun, 6 Sep 2026 18:27:30 +0800 Subject: [PATCH] update USAGE.md --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index cbedf81..caef8d9 100644 --- a/USAGE.md +++ b/USAGE.md @@ -104,7 +104,7 @@ scp src/main.sh user@server:/tmp/ **方式三:直接下载** ```bash -wget -O /tmp/main.sh https://raw.githubusercontent.com/your-repo/LinuxDiskAutoExpansion/main/src/main.sh +wget -O /tmp/main.sh https://git.opensource-studio.info/database-mysql/LinuxDiskAutoExpansion/src/commit/8bce42bc846f6404052c64a6511a29e1b1bc7d95/src/main.sh ``` ### 3.2 设置执行权限(可选)