Update install_pve.sh

This commit is contained in:
spiritLHLS 2023-05-11 23:26:52 +08:00 committed by GitHub
parent fa59caa29d
commit 1cb34d495c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ fi
# 新增pve源
version=$(lsb_release -cs)
case $version in
jessie|stretch|buster|bullseye)
wheezy|squeeze|jessie|stretch|buster|bullseye)
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"