From 33b151072455593522700573246dd96e979b7a3f Mon Sep 17 00:00:00 2001 From: CoiaPrant <42506847+CoiaPrant@users.noreply.github.com> Date: Tue, 3 Aug 2021 19:51:15 +0800 Subject: [PATCH] Update install.sh --- script/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install.sh b/script/install.sh index a3c2196..993859a 100755 --- a/script/install.sh +++ b/script/install.sh @@ -11,7 +11,7 @@ NZ_BASE_PATH="/opt/nezha" NZ_DASHBOARD_PATH="${NZ_BASE_PATH}/dashboard" NZ_AGENT_PATH="${NZ_BASE_PATH}/agent" NZ_AGENT_SERVICE="/etc/systemd/system/nezha-agent.service" -NZ_VERSION="v0.6.4" +NZ_VERSION="v0.6.5" red='\033[0;31m' green='\033[0;32m'