chore: restore images, update install URLs to release assets
19
.github/workflows/beta-release.yml
vendored
@@ -54,10 +54,27 @@ jobs:
|
|||||||
|
|
||||||
## 安装方式
|
## 安装方式
|
||||||
|
|
||||||
**直接运行脚本 (推荐)**
|
**Cloudflare 短域名(推荐)**
|
||||||
```bash
|
```bash
|
||||||
bash <(curl -sSL https://pve.u3u.icu/PVE-Tools.sh)
|
bash <(curl -sSL https://pve.u3u.icu/PVE-Tools.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**中国大陆网络**
|
||||||
|
```bash
|
||||||
|
bash <(curl -sSL https://ghfast.top/https://github.com/PVE-Tools/PVE-Tools-9/releases/latest/download/PVE-Tools.sh)
|
||||||
|
```
|
||||||
|
|
||||||
|
**国际网络**
|
||||||
|
```bash
|
||||||
|
bash <(curl -sSL https://github.com/PVE-Tools/PVE-Tools-9/releases/latest/download/PVE-Tools.sh)
|
||||||
|
```
|
||||||
|
|
||||||
|
**本地下载运行**
|
||||||
|
```bash
|
||||||
|
wget https://github.com/PVE-Tools/PVE-Tools-9/releases/latest/download/PVE-Tools.sh
|
||||||
|
chmod +x PVE-Tools.sh
|
||||||
|
sudo ./PVE-Tools.sh
|
||||||
|
```
|
||||||
files: |
|
files: |
|
||||||
dist/PVE-Tools.sh
|
dist/PVE-Tools.sh
|
||||||
dist/SHA256SUMS.txt
|
dist/SHA256SUMS.txt
|
||||||
|
|||||||
19
.github/workflows/release.yml
vendored
@@ -95,10 +95,27 @@ jobs:
|
|||||||
|
|
||||||
### 使用方法
|
### 使用方法
|
||||||
|
|
||||||
**直接运行脚本 (推荐)**
|
**Cloudflare 短域名(推荐)**
|
||||||
```bash
|
```bash
|
||||||
bash <(curl -sSL https://pve.u3u.icu/PVE-Tools.sh)
|
bash <(curl -sSL https://pve.u3u.icu/PVE-Tools.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**中国大陆网络**
|
||||||
|
```bash
|
||||||
|
bash <(curl -sSL https://ghfast.top/https://github.com/PVE-Tools/PVE-Tools-9/releases/latest/download/PVE-Tools.sh)
|
||||||
|
```
|
||||||
|
|
||||||
|
**国际网络**
|
||||||
|
```bash
|
||||||
|
bash <(curl -sSL https://github.com/PVE-Tools/PVE-Tools-9/releases/latest/download/PVE-Tools.sh)
|
||||||
|
```
|
||||||
|
|
||||||
|
**本地下载运行**
|
||||||
|
```bash
|
||||||
|
wget https://github.com/PVE-Tools/PVE-Tools-9/releases/latest/download/PVE-Tools.sh
|
||||||
|
chmod +x PVE-Tools.sh
|
||||||
|
sudo ./PVE-Tools.sh
|
||||||
|
```
|
||||||
files: |
|
files: |
|
||||||
dist/PVE-Tools.sh
|
dist/PVE-Tools.sh
|
||||||
dist/SHA256SUMS.txt
|
dist/SHA256SUMS.txt
|
||||||
|
|||||||
@@ -25,24 +25,24 @@
|
|||||||
> 本项目完全免费开源,维护全凭个人热情。提交 Issue 或提问前,请确认已完整阅读文档、页面告示及已有 Issue。
|
> 本项目完全免费开源,维护全凭个人热情。提交 Issue 或提问前,请确认已完整阅读文档、页面告示及已有 Issue。
|
||||||
> 不提供复现步骤、日志等有效信息的反馈,将被直接关闭。开源不等于当孙子,尊重是相互的。
|
> 不提供复现步骤、日志等有效信息的反馈,将被直接关闭。开源不等于当孙子,尊重是相互的。
|
||||||
|
|
||||||
### cloudflare 短域名
|
### Cloudflare 短域名(推荐)
|
||||||
```bash
|
```bash
|
||||||
bash <(curl -sSL https://pve.u3u.icu/PVE-Tools.sh)
|
bash <(curl -sSL https://pve.u3u.icu/PVE-Tools.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
### 中国大陆网络
|
### 中国大陆网络
|
||||||
```bash
|
```bash
|
||||||
bash <(curl -sSL https://ghfast.top/raw.githubusercontent.com/PVE-Tools/PVE-Tools-9/main/PVE-Tools.sh)
|
bash <(curl -sSL https://ghfast.top/https://github.com/PVE-Tools/PVE-Tools-9/releases/latest/download/PVE-Tools.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
### 国际网络
|
### 国际网络
|
||||||
```bash
|
```bash
|
||||||
bash <(curl -sSL https://raw.githubusercontent.com/PVE-Tools/PVE-Tools-9/main/PVE-Tools.sh)
|
bash <(curl -sSL https://github.com/PVE-Tools/PVE-Tools-9/releases/latest/download/PVE-Tools.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
### 本地下载运行
|
### 本地下载运行
|
||||||
```bash
|
```bash
|
||||||
wget https://raw.githubusercontent.com/PVE-Tools/PVE-Tools-9/main/PVE-Tools.sh
|
wget https://github.com/PVE-Tools/PVE-Tools-9/releases/latest/download/PVE-Tools.sh
|
||||||
chmod +x PVE-Tools.sh
|
chmod +x PVE-Tools.sh
|
||||||
sudo ./PVE-Tools.sh
|
sudo ./PVE-Tools.sh
|
||||||
```
|
```
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 687 KiB |
BIN
images/image.old.png
Normal file
|
After Width: | Height: | Size: 858 KiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 151 KiB |
|
Before Width: | Height: | Size: 5.0 MiB After Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 728 KiB |
|
Before Width: | Height: | Size: 677 KiB After Width: | Height: | Size: 390 KiB |
BIN
images/main-shot-3.0.png
Normal file
|
After Width: | Height: | Size: 914 KiB |
BIN
images/main-shot-3.1.png
Normal file
|
After Width: | Height: | Size: 952 KiB |
BIN
images/main-shot-4.0.png
Normal file
|
After Width: | Height: | Size: 810 KiB |
BIN
images/main-shot-4.1.png
Normal file
|
After Width: | Height: | Size: 831 KiB |
BIN
images/main-shot-4.3.png
Normal file
|
After Width: | Height: | Size: 851 KiB |
BIN
images/main-shot-6.6.png
Normal file
|
After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 144 KiB |
BIN
images/main-shot.5.png
Normal file
|
After Width: | Height: | Size: 600 KiB |
BIN
images/main-v7.png
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
BIN
images/main.png
|
Before Width: | Height: | Size: 445 KiB After Width: | Height: | Size: 288 KiB |
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 614 KiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1004 KiB |