This commit is contained in:
chaos-zhu 2022-06-09 14:29:51 +08:00
parent c9a8fbd0f0
commit 511b05ab35

View File

@ -41,7 +41,7 @@
> centos: yum install curl wget git zip tar -y
```shell
wget -qO- https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/master/easynode-server-install.sh | bash
wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/master/easynode-server-install.sh | bash
```
访问http://yourip:8082
@ -72,14 +72,14 @@ wget -qO- https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easyno
> 安装:支持后续一键升级
```shell
wget -N --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/master/easynode-client-install.sh && bash easynode-client-install.sh
wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/master/easynode-client-install.sh | bash
```
> 卸载:无服务残留
```shell
wget -N --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/master/easynode-client-uninstall.sh && bash easynode-client-uninstall.sh
wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/master/easynode-client-uninstall.sh | bash
```
> 查看客户端日志