更新安装脚本链接,确保用户可以通过 wget 安装
Build and Release / build-and-test (arm64, alpine) (push) Successful in 8s
Build and Release / build-and-test (amd64, alpine) (push) Successful in 14s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in 24s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 26s
Build and Release / release (push) Has been skipped
Build and Release / build-and-test (arm64, alpine) (push) Successful in 8s
Build and Release / build-and-test (amd64, alpine) (push) Successful in 14s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in 24s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 26s
Build and Release / release (push) Has been skipped
This commit is contained in:
@@ -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')
|
||||
```
|
||||
|
||||
两种渠道的安装布局不同:
|
||||
|
||||
Reference in New Issue
Block a user