diff --git a/.gitee/issue_template.md b/.gitee/issue_template.md index f25affd..139761e 100644 --- a/.gitee/issue_template.md +++ b/.gitee/issue_template.md @@ -26,7 +26,7 @@ - [ ] `Deepin` - [ ] `Zorin OS` - [ ] `Armbian` -- [ ] `Proxmox` +- [ ] `Proxmox VE` - [ ] `Red Hat Enterprise Linux` - [ ] `Fedora` - [ ] `CentOS` diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2ce09d2..1088775 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -14,7 +14,7 @@ body: - Deepin - Zorin OS - Armbian - - Proxmox + - Proxmox VE - Red Hat Enterprise Linux - Fedora - CentOS diff --git a/.gitignore b/.gitignore index dcf61e5..8d72986 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store site/ +dist/ node_modules # local env files diff --git a/ChangeMirrors.sh b/ChangeMirrors.sh index d015324..26c5e7a 100755 --- a/ChangeMirrors.sh +++ b/ChangeMirrors.sh @@ -1306,7 +1306,7 @@ function backup_original_mirrors() { if [ -f $File_ArmbianRelease ]; then backup_file $File_ArmbianSourceList $File_ArmbianSourceListBackup "armbian.list" fi - # Proxmox + # Proxmox VE if [ -f $File_ProxmoxVersion ]; then backup_file $File_ProxmoxSourceList $File_ProxmoxSourceListBackup "pve-no-subscription.list" fi @@ -1368,7 +1368,7 @@ function remove_original_mirrors() { if [ -f $File_ArmbianRelease ]; then [ -f $File_ArmbianSourceList ] && sed -i '1,$d' $File_ArmbianSourceList fi - # Proxmox + # Proxmox VE if [ -f $File_ProxmoxVersion ]; then [ -f $File_ProxmoxSourceList ] && sed -i '1,$d' $File_ProxmoxSourceList fi @@ -1515,7 +1515,7 @@ function change_mirrors_main() { if [ -f $File_ArmbianRelease ]; then diff_file $File_ArmbianSourceListBackup $File_ArmbianSourceList fi - # Proxmox + # Proxmox VE if [ -f $File_ProxmoxVersion ]; then diff_file $File_ProxmoxSourceListBackup $File_ProxmoxSourceList fi @@ -1881,7 +1881,7 @@ deb ${base_url} ${SYSTEM_VERSION_CODENAME} ${repository_sections} if [ -f $File_ArmbianRelease ]; then echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] ${WEB_PROTOCOL}://${SOURCE}/armbian ${SYSTEM_VERSION_CODENAME} main ${SYSTEM_VERSION_CODENAME}-utils ${SYSTEM_VERSION_CODENAME}-desktop" >>$File_ArmbianSourceList fi - # Proxmox + # Proxmox VE if [ -f $File_ProxmoxVersion ]; then echo "deb ${WEB_PROTOCOL}://${SOURCE}/proxmox/debian/pve ${SYSTEM_VERSION_CODENAME} pve-no-subscription # deb ${WEB_PROTOCOL}://${SOURCE}/proxmox/debian/pbs ${SYSTEM_VERSION_CODENAME} pbs-no-subscription diff --git a/README.md b/README.md index 894b1e4..a555394 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ all -  Proxmox +  Proxmox VE all diff --git a/docs/index.md b/docs/index.md index 55826f3..7b40906 100644 --- a/docs/index.md +++ b/docs/index.md @@ -104,7 +104,7 @@ hide: | Deepin(深度) | _all_ | | Zorin OS | _all_ | | Armbian | _all_ | -| Proxmox | _all_ | +| Proxmox VE | _all_ | | Red Hat Enterprise Linux :material-information-outline:{ title="使用 CentOS StreamCentOS 源" } | _7 ~ 9_ | | Fedora | _30 ~ 41_ | | CentOS | _7 ~ 8 / Stream 8 ~ 9_ | diff --git a/docs/mirrors/index.md b/docs/mirrors/index.md index d58ef3d..79e5e42 100644 --- a/docs/mirrors/index.md +++ b/docs/mirrors/index.md @@ -10,7 +10,7 @@ hide: > 下方列表中的镜像站均支持 `Debian` `Ubuntu` `CentOS` `openSUSE` `openEuler` 软件源,列表根据单位性质、地理位置、名称长度进行排序,与实际速度无关 -| 镜像站 | IPv6 | Arch Linux | Kali Linux | Deepin | Rocky Linux | AlmaLinux | EPEL :material-information-outline:{ title="EPEL (Extra Packages for Enterprise Linux) 是由 Fedora 组织维护的一个附加软件包仓库,它主要适用于除 Fedora 操作系统以外的红帽系 Linux 发行版" } | Fedora | OpenCloudOS | Alpine Linux | Armbian | Proxmox | Linux Mint | Gentoo | Anolis OS | openKylin | NixOS | +| 镜像站 | IPv6 | Arch Linux | Kali Linux | Deepin | Rocky Linux | AlmaLinux | EPEL :material-information-outline:{ title="EPEL (Extra Packages for Enterprise Linux) 是由 Fedora 组织维护的一个附加软件包仓库,它主要适用于除 Fedora 操作系统以外的红帽系 Linux 发行版" } | Fedora | OpenCloudOS | Alpine Linux | Armbian | Proxmox VE | Linux Mint | Gentoo | Anolis OS | openKylin | NixOS | | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | | [阿里云](https://mirrors.aliyun.com "mirrors.aliyun.com") | :supported: | :supported: | :supported: | :supported: | :incompatible: | :supported: | :supported: | :supported: | :unsupport: | :supported: | :supported: | :unsupport: | :supported: | :supported: | :supported: | :supported: | :unsupport: | | [腾讯云](https://mirrors.tencent.com "mirrors.tencent.com") | :unsupport: | :supported: | :supported: | :unsupport: | :supported: | :supported: | :supported: | :supported: | :supported: | :supported: | :unsupport: | :unsupport: | :supported: | :supported: | :unsupport: | :unsupport: | :unsupport: | diff --git a/docs/other/index.md b/docs/other/index.md index a4e6997..7e9c6c1 100644 --- a/docs/other/index.md +++ b/docs/other/index.md @@ -39,7 +39,7 @@ hide: OpenCloudOS(鸥栖) - Proxmox + Proxmox VE Anolis OS(龙蜥) @@ -138,7 +138,7 @@ hide: apt-cache madison docker-ce | awk '{print $3}' | grep -Eo "[0-9][0-9].[0-9]{1,2}.[0-9]{1,2}" | sort -t '.' -k1,1nr -k2,2nr -k3,3nr ``` - > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox` + > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox VE` === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS" @@ -180,7 +180,7 @@ hide: apt-get remove -y docker* containerd.io runc && apt-get autoremove ``` - > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox` + > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox VE` === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS" diff --git a/docs/use/index.md b/docs/use/index.md index 675c5fe..ab7f7da 100644 --- a/docs/use/index.md +++ b/docs/use/index.md @@ -154,7 +154,7 @@ hide: apt-get install -y curl ``` - > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox`   `openKylin` + > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox VE`   `openKylin` 新装系统需要先执行一遍更新 `apt-get update` @@ -282,7 +282,7 @@ hide: apt-get update ``` - > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox`   `openKylin` + > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox VE`   `openKylin` === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS" @@ -360,7 +360,7 @@ hide: 默认禁用了`deb-src`源码仓库和`proposed`预发布软件源,若需启用请将 `/etc/apt/sources.list` 文件中相关内容的所在行取消注释 - > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox`   `openKylin` + > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox VE`   `openKylin` === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS" @@ -436,7 +436,7 @@ hide: | Deepin(深度) | `deepin` | | Zorin OS | `ubuntu` `ubuntu-ports` | | Armbian | `armbian` | - | Proxmox | `proxmox` | + | Proxmox VE | `proxmox` | | Red Hat Enterprise Linux :material-information-outline:{ title="9版本使用 CentOS Stream, 7、8版本使用CentOS" } | `centos` `centos-stream` `centos-altarch` `centos-vault` | | Fedora | `fedora` `fedora-archive` | | CentOS | `centos` `centos-stream` `centos-altarch` `centos-vault` |