From 74e401d99cf693a1a4f726af312f998af5874e70 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 5 Aug 2026 13:28:37 +0000 Subject: [PATCH] docs: fix download URL and zip filename for v0.4.2 linux-amd64 Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e23019..9e0b8d1 100644 --- a/README.md +++ b/README.md @@ -455,8 +455,8 @@ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtow > 注意: netdisk-fast-download.service中的ExecStart的路径改为实际路径 ```shell cd ~ -wget -O netdisk-fast-download.zip https://github.com/qaiu/netdisk-fast-download/releases/download/v0.4.2/netdisk-fast-download-bin.zip -unzip netdisk-fast-download-bin.zip +wget -O netdisk-fast-download.zip https://github.com/qaiu/netdisk-fast-download/releases/download/v0.4.2/netdisk-fast-download-linux-amd64.zip +unzip netdisk-fast-download.zip cd netdisk-fast-download bash service-install.sh ```