👷 更新客户端部署文档
This commit is contained in:
parent
e2659c307d
commit
794e54f339
@ -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
|
||||
```
|
||||
|
||||
> 卸载
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user