Revert "Move changes from test branch to upstream merge branch"

This reverts commit 3bbbffb688.
This commit is contained in:
Sam Heinz
2025-01-08 00:13:54 +10:00
parent 9263adb8cf
commit 3f899fd0fe
213 changed files with 1315 additions and 1741 deletions
+11 -9
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Copyright (c) 2021-2025 community-scripts ORG
# Copyright (c) 2021-2024 community-scripts ORG
# Author: CrazyWolf13
# License: MIT
# Source: Proxmox Server Solution GmbH
@@ -15,12 +15,12 @@ update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
curl \
sudo \
gpg \
mc \
wget \
openssh-server
curl \
sudo \
gpg \
mc \
openssh-server \
wget
msg_ok "Installed Dependencies"
msg_info "Installing Proxmox Datacenter Manager"
@@ -28,8 +28,10 @@ curl -fsSL https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg |
echo "deb [signed-by=/etc/apt/keyrings/proxmox-release-bookworm.gpg] http://download.proxmox.com/debian/pdm bookworm pdm-test " >/etc/apt/sources.list.d/proxmox-release-bookworm.list
$STD apt-get update
$STD apt-get install -y \
proxmox-datacenter-manager \
proxmox-datacenter-manager-ui
proxmox-datacenter-manager \
proxmox-datacenter-manager-ui \
openssh-server \
wget
msg_ok "Installed Proxmox Datacenter Manager"
motd_ssh