diff --git a/README.md b/README.md index 9810c5a..b828f3d 100644 --- a/README.md +++ b/README.md @@ -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 ``` > 卸载 diff --git a/server/app/db.js b/server/app/db.js index b6359f9..71f1797 100644 --- a/server/app/db.js +++ b/server/app/db.js @@ -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)