fix: scheming

This commit is contained in:
Tobias 2024-12-20 19:25:02 +01:00
parent ff3ae5451d
commit df0738947c
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -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"
}
]
}