mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-08 08:49:17 +00:00
fix: scheming
This commit is contained in:
parent
ff3ae5451d
commit
df0738947c
@ -14,7 +14,8 @@ network_check
|
||||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y curl \
|
||||
$STD apt-get install -y \
|
||||
curl \
|
||||
sudo \
|
||||
mc
|
||||
msg_ok "Installed Dependencies"
|
||||
@ -25,7 +26,8 @@ cat <<EOF >>/etc/apt/sources.list
|
||||
deb http://download.proxmox.com/debian/pdm bookworm pdm-test
|
||||
EOF
|
||||
$STD apt-get update
|
||||
$STD apt-get install -y proxmox-datacenter-manager \
|
||||
$STD apt-get install -y \
|
||||
proxmox-datacenter-manager \
|
||||
proxmox-datacenter-manager-ui
|
||||
msg_ok "Installed Proxmox Backup Server"
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
"notes": [
|
||||
{
|
||||
"text": "Set a root password if using autologin. This will be the PBS password. `sudo passwd root`",
|
||||
"type": "warning"
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user