mirror of
https://github.com/oneclickvirt/pve.git
synced 2024-11-11 09:54:57 +08:00
Update install_pve7.sh
This commit is contained in:
parent
0a3f8c10ae
commit
8efa571109
1 changed files with 4 additions and 3 deletions
|
@ -51,9 +51,10 @@ echo "$repo_url" >> /etc/apt/sources.list
|
|||
|
||||
# 下载pve
|
||||
apt-get update && apt-get full-upgrade
|
||||
apt-get install debian-keyring debian-archive-keyring -y
|
||||
apt-get autoremove
|
||||
apt-get update
|
||||
if [ $? -ne 0 ]; then
|
||||
apt-get install debian-keyring debian-archive-keyring -y
|
||||
apt-get update && apt-get full-upgrade
|
||||
fi
|
||||
apt-get -y install proxmox-ve postfix open-iscsi
|
||||
|
||||
# 检查pve
|
||||
|
|
Loading…
Reference in a new issue