From 1bb0d32cab5aa993ce2224c6bd5791aaedd4b75a Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 15 Feb 2023 11:07:15 +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 81d3437..54b4b02 100644 --- a/install_pve6.sh +++ b/install_pve6.sh @@ -1,6 +1,6 @@ #!/bin/bash #from https://github.com/spiritLHLS/pve -# pve 7 +# pve 6 # 打印信息 _red() { echo -e "\033[31m\033[01m$@\033[0m"; } @@ -31,7 +31,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." exit 1 else - echo "The system meets the minimum requirements for Proxmox VE installation." + _green "The system meets the minimum requirements for Proxmox VE installation." fi # 新增pve源