From 2025cdb00c043a9538efdbc4c922cfe6cb7df5be Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:27:14 +0800 Subject: [PATCH] Update install_pve.sh --- install_pve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_pve.sh b/install_pve.sh index fbcfd69..2740f2c 100644 --- a/install_pve.sh +++ b/install_pve.sh @@ -128,7 +128,7 @@ if echo $output | grep -q "NO_PUBKEY"; then _yellow "try sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys missing key" exit 1 fi -apt -y install proxmox-ve postfix open-iscsi +apt-get install -y proxmox-ve postfix open-iscsi # 打印安装后的信息 url="https://${ip}:8006/"