Update install.sh

This commit is contained in:
卖女孩的小火柴 2021-05-13 18:39:13 +08:00 committed by GitHub
parent e6385773ba
commit 85b0b4d2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.5.0"
NZ_VERSION="v0.6.0"
red='\033[0;31m'
green='\033[0;32m'