Skip to content

Commit

Permalink
📦 调整客户端安装脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos-zhu committed Aug 17, 2024
1 parent f21da41 commit 4dd5c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/easynode-client-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ fi
SERVER_NAME=easynode-client
FILE_PATH=/root/local/easynode-client
SERVICE_PATH=/etc/systemd/system
CLIENT_VERSION=client-2024-08-16 # 目前监控客户端版本发布需手动更改为最新版本号
SERVER_PROXY="${SERVER_PROXY:-https://mirror.ghproxy.com/}" # 末尾需加斜杠,使用外部环境变量或默认值
CLIENT_VERSION=client-2024-08-17 # 目前监控客户端版本发布需手动更改为最新版本号
SERVER_PROXY="https://mirror.ghproxy.com/"

echo "***********************开始安装EasyNode监控客户端端,当前版本号: ${CLIENT_VERSION}***********************"

Expand Down

0 comments on commit 4dd5c72

Please sign in to comment.