👷 更新客户端部署文档

This commit is contained in:
chaos-zhu 2024-07-31 18:47:34 +08:00
parent e2659c307d
commit 794e54f339
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ pm2 start index.js --name easynode-server
> 安装
```shell
wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-instal.sh | bash
wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-install.sh | bash
```
> 卸载

View File

@ -151,7 +151,7 @@ function initScriptsDB() {
// eslint-disable-next-line no-async-promise-executor
return new Promise(async (resolve) => {
let scriptList = await readScriptList()
let clientInstallScript = 'wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-instal.sh | bash'
let clientInstallScript = 'wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-install.sh | bash'
let clientUninstallScript = 'wget https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-uninstall.sh | bash'
let clientVersion = process.env.CLIENT_VERSION
consola.info('客户端版本:', clientVersion)