恢复对部分 Windows 旧版本支持

Windows Vista, Windows Server 2008,  XP, Windows Server 2003 的 x64/x86
This commit is contained in:
naiba 2020-12-12 23:48:34 +08:00
parent cab07ce8ce
commit 8ddb1e3909
2 changed files with 15 additions and 4 deletions

View File

@ -21,6 +21,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
go-version: 1.10.8
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -8,10 +8,20 @@
## 一键脚本
```shell
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh
sudo ./nezha.sh
```
- 海外:
```shell
curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh
sudo ./nezha.sh
```
- 国内加速:
```shell
curl -L https://raw.staticdn.net/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh
sudo ./nezha.sh
```
## 常见问题
### 启用 HTTPS