From 1cb34d495c4fc550464dbe8699733e61f57a7595 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 11 May 2023 23:26:52 +0800 Subject: [PATCH] Update install_pve.sh --- scripts/install_pve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_pve.sh b/scripts/install_pve.sh index 83b5e82..10b104c 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -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"