mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-04 09:43:17 +08:00
Update install_pve7.sh
This commit is contained in:
parent
bbf06b1938
commit
f9250f930b
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@ fi
|
||||||
version=$(lsb_release -cs)
|
version=$(lsb_release -cs)
|
||||||
case $version in
|
case $version in
|
||||||
jessie|stretch|buster|bullseye)
|
jessie|stretch|buster|bullseye)
|
||||||
repo_url="deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian/pve ${version} pve-no-subscription"
|
|
||||||
if [[ -n "${CN}" ]]; then
|
|
||||||
repo_url="deb http://download.proxmox.com/debian/pve ${version} pve-no-subscription"
|
repo_url="deb http://download.proxmox.com/debian/pve ${version} pve-no-subscription"
|
||||||
|
if [[ -n "${CN}" ]]; then
|
||||||
|
repo_url="deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian/pve ${version} pve-no-subscription"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue