From 95861864c394cdaeabb2a6e77fbe87ac47c965c5 Mon Sep 17 00:00:00 2001 From: chunzhi Date: Sat, 30 Nov 2024 04:02:58 -0500 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ install.sh b/ install.sh index 35be79a..400a528 100644 --- a/ install.sh +++ b/ install.sh @@ -321,7 +321,7 @@ install_agent() { if [ $Install_With_Monitor != 1 ]; then echo -e "正在下载监控端" - wget -t 2 -T 10 -O nezha-agent_linux_${os_arch}.zip https://github.com/nezhahq/agent/releases/download/v0.20.5/nezha-agent_linux_${os_arch}.zip >/dev/null 2>&1 + wget -t 2 -T 10 -O nezha-agent_linux_${os_arch}.zip https://github.com/nezhahq/agent/releases/download/v0.20.5/nezha-agent_linux_amd64.zip >/dev/null 2>&1 if [[ $? != 0 ]]; then echo -e "${red}Release 下载失败,请检查本机能否连接 ${GITHUB_URL}${plain}" return 0