Proxmox Backup Server Renaming and Update fix (#2012)

* Remaned PBS to long name Proxmox Backup Server and fixed install check

* Fix Name
This commit is contained in:
Thorsten
2025-02-04 13:22:57 +01:00
committed by GitHub
parent de45527d45
commit 0e5f663df5
3 changed files with 12 additions and 10 deletions

View File

@@ -14,9 +14,11 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y \
curl \
sudo \
gpg \
mc
msg_ok "Installed Dependencies"
msg_info "Installing Proxmox Backup Server"