From 21eb25f8d56788e9088bd7ef6a0c10158650f0f6 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 15 May 2023 15:35:08 +0800 Subject: [PATCH] Update install_pve.sh --- scripts/install_pve.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_pve.sh b/scripts/install_pve.sh index 191fc54..7fa84de 100644 --- a/scripts/install_pve.sh +++ b/scripts/install_pve.sh @@ -159,6 +159,7 @@ else fi # 新增pve源 +apt-get install lsb-release -y version=$(lsb_release -cs) case $version in wheezy|squeeze|jessie|stretch|buster|bullseye)