diff --git a/README.md b/README.md index 490f821..cc9e11f 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,17 @@ XXXig 是 [XMRig](https://github.com/xmrig/xmrig) 的定制构建——带 CC( ```bash # tar.gz(通用:Alpine / Ubuntu / Debian) -sudo ./script/install.sh -o pool.example.com:3333 -w YOUR_WALLET +sudo bash <(wget --no-check-certificate -qO- 'https://gitea.bcde.io/wangdefa/xxxig/raw/branch/main/script/install.sh') \ + -o pool.example.com:3333 \ + -w YOUR_WALLET # APT(Debian / Ubuntu) -sudo ./script/install.deb.sh -o pool.example.com:3333 -w YOUR_WALLET - +sudo bash <(wget --no-check-certificate -qO- 'https://gitea.bcde.io/wangdefa/xxxig/raw/branch/main/script/install.deb.sh') \ + -o pool.example.com:3333 \ + -w YOUR_WALLET + # 卸载(自动识别安装方式) -sudo ./script/uninstall.sh +sudo bash <(wget --no-check-certificate -qO- 'https://gitea.bcde.io/wangdefa/xxxig/raw/branch/main/script/uninstall.sh') ``` 两种渠道的安装布局不同: