mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 10:38:22 +08:00
Update install_pve.sh
This commit is contained in:
parent
4f0b2f0806
commit
2025cdb00c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
_yellow "try sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys missing key"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
apt -y install proxmox-ve postfix open-iscsi
|
apt-get install -y proxmox-ve postfix open-iscsi
|
||||||
|
|
||||||
# 打印安装后的信息
|
# 打印安装后的信息
|
||||||
url="https://${ip}:8006/"
|
url="https://${ip}:8006/"
|
||||||
|
|
Loading…
Reference in a new issue