fix: naming & pve gpg key

This commit is contained in:
Tobias 2024-12-20 20:49:20 +01:00
parent d4a3a4794c
commit 03d4db26b6
3 changed files with 10 additions and 11 deletions

View File

@ -3,10 +3,10 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/r
# Copyright (c) 2021-2024 community-scripts ORG # Copyright (c) 2021-2024 community-scripts ORG
# Author: CrazyWolf13 # Author: CrazyWolf13
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://forum.proxmox.com/threads/proxmox-datacenter-manager-first-alpha-release.159323/ # Source: Proxmox Server Solution GmbH
# App Default Values # App Default Values
APP="PDM" APP="proxmox-datacenter-manager"
var_tags="backup" var_tags="backup"
var_cpu="2" var_cpu="2"
var_ram="2048" var_ram="2048"

View File

@ -3,7 +3,7 @@
# Copyright (c) 2021-2024 community-scripts ORG # Copyright (c) 2021-2024 community-scripts ORG
# Author: CrazyWolf13 # Author: CrazyWolf13
# License: MIT # License: MIT
# Source: https://forum.proxmox.com/threads/proxmox-datacenter-manager-first-alpha-release.159323/ # Source: Proxmox Server Solution GmbH
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
color color
@ -17,19 +17,18 @@ msg_info "Installing Dependencies"
$STD apt-get install -y \ $STD apt-get install -y \
curl \ curl \
sudo \ sudo \
gpg \
mc mc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Proxmox Backup Server" msg_info "Installing Proxmox Datacenter Manager"
wget -q https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg curl -fsSL https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg | gpg --dearmor -o /etc/apt/keyrings/proxmox-release-bookworm.gpg
cat <<EOF >>/etc/apt/sources.list 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
deb http://download.proxmox.com/debian/pdm bookworm pdm-test
EOF
$STD apt-get update $STD apt-get update
$STD apt-get install -y \ $STD apt-get install -y \
proxmox-datacenter-manager \ proxmox-datacenter-manager \
proxmox-datacenter-manager-ui proxmox-datacenter-manager-ui
msg_ok "Installed Proxmox Backup Server" msg_ok "Installed Proxmox Datacenter Manager"
motd_ssh motd_ssh
customize customize

View File

@ -1,6 +1,6 @@
{ {
"name": "Proxmox Datacenter Manager", "name": "Proxmox Datacenter Manager",
"slug": "pdm", "slug": "proxmox-datacenter-manager",
"categories": [ "categories": [
11, 11,
1 1
@ -17,7 +17,7 @@
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/pdm.sh", "script": "ct/proxmox-datacenter-manager.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,