From 7d9547994c3137741efc8ecd922db2a948ac86e8 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 16 Feb 2023 21:08:26 +0800 Subject: [PATCH] Update install_pve6.sh --- install_pve6.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_pve6.sh b/install_pve6.sh index c7a4ad5..6157192 100644 --- a/install_pve6.sh +++ b/install_pve6.sh @@ -54,7 +54,7 @@ if [ $(uname -m) != "x86_64" ] || [ ! -f /etc/debian_version ] || [ $(grep MemTo _red "Error: This system does not meet the minimum requirements for Proxmox VE installation." reading "是否要继续安装(非Debian系会爆上面这个警告)?(回车则默认不继续安装) [y/n] " confirm echo "" - if [ "$confirmbbr" != "y" ]; then + if [ "$confirm" != "y" ]; then exit 1 fi else @@ -74,7 +74,7 @@ case $version in _red "Error: Unsupported Debian version" reading "是否要继续安装(非Debian系会爆上面这个警告)?(回车则默认不继续安装) [y/n] " confirm echo "" - if [ "$confirmbbr" != "y" ]; then + if [ "$confirm" != "y" ]; then exit 1 fi repo_url="deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription"