From 69a9404a975b21ec441f75b2cab7869edf763a72 Mon Sep 17 00:00:00 2001 From: Wang Defa <1+wangdefa@noreply.gitea.bcde.io> Date: Tue, 9 Jun 2026 20:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=89=E8=A3=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E9=93=BE=E6=8E=A5=EF=BC=8C=E7=A1=AE=E4=BF=9D=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=8F=AF=E4=BB=A5=E9=80=9A=E8=BF=87=20wget=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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') ``` 两种渠道的安装布局不同: