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