diff --git a/install/pdm-install.sh b/install/pdm-install.sh index 2f66d84c..848b6c93 100644 --- a/install/pdm-install.sh +++ b/install/pdm-install.sh @@ -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 <>/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" diff --git a/json/pdm.json b/json/pdm.json index f214b633..6092bec3 100644 --- a/json/pdm.json +++ b/json/pdm.json @@ -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" } ] } \ No newline at end of file