From f9250f930bb2c6d4e55ee61ba25fedcafca0c04f Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 15 Feb 2023 12:29:37 +0800 Subject: [PATCH] Update install_pve7.sh --- install_pve7.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_pve7.sh b/install_pve7.sh index 97fc15e..7131791 100644 --- a/install_pve7.sh +++ b/install_pve7.sh @@ -69,9 +69,9 @@ fi 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" + repo_url="deb http://download.proxmox.com/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 https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian/pve ${version} pve-no-subscription" fi ;; *)