Update install_pve.sh

This commit is contained in:
spiritLHLS 2023-02-24 19:27:14 +08:00 committed by GitHub
parent 4f0b2f0806
commit 2025cdb00c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/"