From e48045d4210be196a5eb747f6312de3f30cb25e9 Mon Sep 17 00:00:00 2001 From: U201413497 <33078674+U201413497@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:30:18 +0800 Subject: [PATCH] Update nezha.sh --- nezha/nezha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha/nezha.sh b/nezha/nezha.sh index 14d70a1..63bbd67 100644 --- a/nezha/nezha.sh +++ b/nezha/nezha.sh @@ -1,7 +1,7 @@ #!/bin/bash _INSTALL(){ -apt update && apt install unzip +apt update && apt install unzip wget wget -O nezha-agent.zip https://github.com/nezhahq/agent/releases/latest/download/nezha-agent_linux_amd64.zip unzip nezha-agent.zip -d /usr/local/bin/nezha rm nezha-agent.zip