mirror of
https://github.com/oneclickvirt/pve.git
synced 2024-11-10 17:25:50 +08:00
update
This commit is contained in:
parent
7dc4ef613f
commit
e67c8beb57
3 changed files with 6 additions and 6 deletions
|
@ -107,7 +107,7 @@ if [ "$system_arch" = "x86" ]; then
|
|||
"opensuse-leap-15"
|
||||
"alpinelinux_edge"
|
||||
"alpinelinux_stable"
|
||||
"rockylinux9"
|
||||
"rockylinux8"
|
||||
)
|
||||
for sys in ${systems[@]}; do
|
||||
if [[ "$system" == "$sys" ]]; then
|
||||
|
@ -123,7 +123,7 @@ if [ "$system_arch" = "x86" ]; then
|
|||
if [ ! -f "$file_path" ]; then
|
||||
check_cdn_file
|
||||
ver=""
|
||||
v20=("fedora34" "almalinux8" "debian11" "debian12" "ubuntu18" "ubuntu20" "ubuntu22" "centos7" "alpinelinux_edge" "alpinelinux_stable" "rockylinux9")
|
||||
v20=("fedora34" "almalinux8" "debian11" "debian12" "ubuntu18" "ubuntu20" "ubuntu22" "centos7" "alpinelinux_edge" "alpinelinux_stable" "rockylinux8")
|
||||
v11=("ubuntu18" "ubuntu20" "ubuntu22" "debian10" "debian11")
|
||||
v10=("almalinux8" "archlinux" "fedora33" "opensuse-leap-15" "ubuntu18" "ubuntu20" "ubuntu22" "debian10" "debian11")
|
||||
ver_list=(v20 v11 v10)
|
||||
|
|
|
@ -104,7 +104,7 @@ if [ "$system_arch" = "x86" ]; then
|
|||
"opensuse-leap-15"
|
||||
"alpinelinux_edge"
|
||||
"alpinelinux_stable"
|
||||
"rockylinux9"
|
||||
"rockylinux8"
|
||||
)
|
||||
for sys in ${systems[@]}; do
|
||||
if [[ "$system" == "$sys" ]]; then
|
||||
|
@ -120,7 +120,7 @@ if [ "$system_arch" = "x86" ]; then
|
|||
if [ ! -f "$file_path" ]; then
|
||||
check_cdn_file
|
||||
ver=""
|
||||
v20=("fedora34" "almalinux8" "debian11" "debian12" "ubuntu18" "ubuntu20" "ubuntu22" "centos7" "alpinelinux_edge" "alpinelinux_stable" "rockylinux9")
|
||||
v20=("fedora34" "almalinux8" "debian11" "debian12" "ubuntu18" "ubuntu20" "ubuntu22" "centos7" "alpinelinux_edge" "alpinelinux_stable" "rockylinux8")
|
||||
v11=("ubuntu18" "ubuntu20" "ubuntu22" "debian10" "debian11")
|
||||
v10=("almalinux8" "archlinux" "fedora33" "opensuse-leap-15" "ubuntu18" "ubuntu20" "ubuntu22" "debian10" "debian11")
|
||||
ver_list=(v20 v11 v10)
|
||||
|
|
|
@ -132,7 +132,7 @@ if [ "$system_arch" = "x86" ]; then
|
|||
"opensuse-leap-15"
|
||||
"alpinelinux_edge"
|
||||
"alpinelinux_stable"
|
||||
"rockylinux9"
|
||||
"rockylinux8"
|
||||
)
|
||||
for sys in ${systems[@]}; do
|
||||
if [[ "$system" == "$sys" ]]; then
|
||||
|
@ -148,7 +148,7 @@ if [ "$system_arch" = "x86" ]; then
|
|||
if [ ! -f "$file_path" ]; then
|
||||
check_cdn_file
|
||||
ver=""
|
||||
v20=("fedora34" "almalinux8" "debian11" "debian12" "ubuntu18" "ubuntu20" "ubuntu22" "centos7" "alpinelinux_edge" "alpinelinux_stable" "rockylinux9")
|
||||
v20=("fedora34" "almalinux8" "debian11" "debian12" "ubuntu18" "ubuntu20" "ubuntu22" "centos7" "alpinelinux_edge" "alpinelinux_stable" "rockylinux8")
|
||||
v11=("ubuntu18" "ubuntu20" "ubuntu22" "debian10" "debian11")
|
||||
v10=("almalinux8" "archlinux" "fedora33" "opensuse-leap-15" "ubuntu18" "ubuntu20" "ubuntu22" "debian10" "debian11")
|
||||
ver_list=(v20 v11 v10)
|
||||
|
|
Loading…
Reference in a new issue