diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index 981c2bf..01a9f77 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -53,11 +53,28 @@ jobs: ⚠️ 这是测试版本,可能存在不稳定因素,请勿在生产环境使用 ## 安装方式 - - **直接运行脚本 (推荐)** + + **Cloudflare 短域名(推荐)** ```bash 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: | dist/PVE-Tools.sh dist/SHA256SUMS.txt diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6521403..e0a7ab4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,11 +94,28 @@ jobs: ${{ steps.release_notes.outputs.CHANGELOG }} ### 使用方法 - - **直接运行脚本 (推荐)** + + **Cloudflare 短域名(推荐)** ```bash 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: | dist/PVE-Tools.sh dist/SHA256SUMS.txt diff --git a/README.md b/README.md index f468fb2..afe716f 100644 --- a/README.md +++ b/README.md @@ -25,24 +25,24 @@ > 本项目完全免费开源,维护全凭个人热情。提交 Issue 或提问前,请确认已完整阅读文档、页面告示及已有 Issue。 > 不提供复现步骤、日志等有效信息的反馈,将被直接关闭。开源不等于当孙子,尊重是相互的。 -### cloudflare 短域名 +### Cloudflare 短域名(推荐) ```bash bash <(curl -sSL https://pve.u3u.icu/PVE-Tools.sh) ``` ### 中国大陆网络 ```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 <(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 -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 sudo ./PVE-Tools.sh ``` diff --git a/images/WeChat.jpg b/images/WeChat.jpg index 25a78ae..fb0550a 100644 Binary files a/images/WeChat.jpg and b/images/WeChat.jpg differ diff --git a/images/enable-hardware-pci-passthrough.png b/images/enable-hardware-pci-passthrough.png index 5c1dc58..a897e3d 100644 Binary files a/images/enable-hardware-pci-passthrough.png and b/images/enable-hardware-pci-passthrough.png differ diff --git a/images/image.old.png b/images/image.old.png new file mode 100644 index 0000000..09fe71d Binary files /dev/null and b/images/image.old.png differ diff --git a/images/kernel-info.png b/images/kernel-info.png index eef1e18..5b29f0e 100644 Binary files a/images/kernel-info.png and b/images/kernel-info.png differ diff --git a/images/kernel-install.png b/images/kernel-install.png index cc8a66b..04de09f 100644 Binary files a/images/kernel-install.png and b/images/kernel-install.png differ diff --git a/images/kernel-manager-list.png b/images/kernel-manager-list.png index b83969a..28efe00 100644 Binary files a/images/kernel-manager-list.png and b/images/kernel-manager-list.png differ diff --git a/images/kernel-manager.png b/images/kernel-manager.png index a6321e8..f292499 100644 Binary files a/images/kernel-manager.png and b/images/kernel-manager.png differ diff --git a/images/little-tools.png b/images/little-tools.png index 25c30c8..d0d8a41 100644 Binary files a/images/little-tools.png and b/images/little-tools.png differ diff --git a/images/main-cover.png b/images/main-cover.png index 7e4291c..91d6365 100644 Binary files a/images/main-cover.png and b/images/main-cover.png differ diff --git a/images/main-shot-3.0.png b/images/main-shot-3.0.png new file mode 100644 index 0000000..0a3ac59 Binary files /dev/null and b/images/main-shot-3.0.png differ diff --git a/images/main-shot-3.1.png b/images/main-shot-3.1.png new file mode 100644 index 0000000..105776a Binary files /dev/null and b/images/main-shot-3.1.png differ diff --git a/images/main-shot-4.0.png b/images/main-shot-4.0.png new file mode 100644 index 0000000..702253c Binary files /dev/null and b/images/main-shot-4.0.png differ diff --git a/images/main-shot-4.1.png b/images/main-shot-4.1.png new file mode 100644 index 0000000..a482004 Binary files /dev/null and b/images/main-shot-4.1.png differ diff --git a/images/main-shot-4.3.png b/images/main-shot-4.3.png new file mode 100644 index 0000000..7458862 Binary files /dev/null and b/images/main-shot-4.3.png differ diff --git a/images/main-shot-6.6.png b/images/main-shot-6.6.png new file mode 100644 index 0000000..b79099e Binary files /dev/null and b/images/main-shot-6.6.png differ diff --git a/images/main-shot-latest.png b/images/main-shot-latest.png index 7eb3ad0..8f0d6b9 100644 Binary files a/images/main-shot-latest.png and b/images/main-shot-latest.png differ diff --git a/images/main-shot.5.png b/images/main-shot.5.png new file mode 100644 index 0000000..70bff4c Binary files /dev/null and b/images/main-shot.5.png differ diff --git a/images/main-v7.png b/images/main-v7.png new file mode 100644 index 0000000..138c331 Binary files /dev/null and b/images/main-v7.png differ diff --git a/images/main.png b/images/main.png index 5debe4c..55ddc6a 100644 Binary files a/images/main.png and b/images/main.png differ diff --git a/images/remove-lvm.png b/images/remove-lvm.png index 92c0819..0ac68e6 100644 Binary files a/images/remove-lvm.png and b/images/remove-lvm.png differ diff --git a/images/remove-message-box.png b/images/remove-message-box.png index 31a58ae..d5683e4 100644 Binary files a/images/remove-message-box.png and b/images/remove-message-box.png differ diff --git a/images/remove-swapon.png b/images/remove-swapon.png index 265d276..8636650 100644 Binary files a/images/remove-swapon.png and b/images/remove-swapon.png differ diff --git a/images/source-manager.png b/images/source-manager.png index 88f7f2f..66d5a1e 100644 Binary files a/images/source-manager.png and b/images/source-manager.png differ diff --git a/images/sources-manager.png b/images/sources-manager.png index 739e6e1..bb3deab 100644 Binary files a/images/sources-manager.png and b/images/sources-manager.png differ diff --git a/images/system-overview.png b/images/system-overview.png index 89d803c..7aeb61b 100644 Binary files a/images/system-overview.png and b/images/system-overview.png differ