mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 10:38:22 +08:00
Update install_pve6.sh
This commit is contained in:
parent
6420d92558
commit
f38b7b4f98
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 新增pve源
|
# 新增pve源
|
||||||
case $(lsb_release -cs) in
|
version=$(lsb_release -cs)
|
||||||
|
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"
|
repo_url="deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian/pve ${version} pve-no-subscription"
|
||||||
if [[ -n "${CN}" ]]; then
|
if [[ -n "${CN}" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue