This commit is contained in:
chaoszhu 2022-12-12 21:01:50 +08:00
parent b26b373ae2
commit 752639b3ea
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
* 新增支持终端长命令输入模式 ✔
* 新增前端静态文件缓存 ✔
* 【重要】v1.2.1开始移除创建https服务 ✔
### Bug Fixes

View File

@ -41,7 +41,7 @@ echo "pm2 version: $(pm2 -v) 安装成功"
echo '开始下载EasyNode'
DOWNLOAD_FILE_URL="https://ghproxy.com/https://github.com/chaos-zhu/easynode/releases/download/v1.2/easynode-server.zip"
DOWNLOAD_FILE_URL="https://ghproxy.com/https://github.com/chaos-zhu/easynode/releases/download/v1.2.1/easynode-server.zip"
SERVER_NAME=easynode-server
SERVER_ZIP=easynode-server.zip
FILE_PATH=/root