Update install_pve7.sh

This commit is contained in:
spiritLHLS 2023-02-15 12:26:00 +08:00 committed by GitHub
parent b2cec1f941
commit 6420d92558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,8 @@ else
fi
# 新增pve源
case $(lsb_release -cs) in
version=$(lsb_release -cs)
case $version in
jessie|stretch|buster|bullseye)
repo_url="deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian/pve ${version} pve-no-subscription"
if [[ -n "${CN}" ]]; then