mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-08 00:39:16 +00:00
fix: naming & pve gpg key
This commit is contained in:
parent
d4a3a4794c
commit
03d4db26b6
@ -3,10 +3,10 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/r
|
||||
# Copyright (c) 2021-2024 community-scripts ORG
|
||||
# Author: CrazyWolf13
|
||||
# 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="PDM"
|
||||
APP="proxmox-datacenter-manager"
|
||||
var_tags="backup"
|
||||
var_cpu="2"
|
||||
var_ram="2048"
|
@ -3,7 +3,7 @@
|
||||
# Copyright (c) 2021-2024 community-scripts ORG
|
||||
# Author: CrazyWolf13
|
||||
# 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"
|
||||
color
|
||||
@ -17,19 +17,18 @@ msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y \
|
||||
curl \
|
||||
sudo \
|
||||
gpg \
|
||||
mc
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing Proxmox Backup Server"
|
||||
wget -q https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
|
||||
cat <<EOF >>/etc/apt/sources.list
|
||||
deb http://download.proxmox.com/debian/pdm bookworm pdm-test
|
||||
EOF
|
||||
msg_info "Installing Proxmox Datacenter Manager"
|
||||
curl -fsSL https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg | gpg --dearmor -o /etc/apt/keyrings/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
|
||||
msg_ok "Installed Proxmox Backup Server"
|
||||
msg_ok "Installed Proxmox Datacenter Manager"
|
||||
|
||||
motd_ssh
|
||||
customize
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Proxmox Datacenter Manager",
|
||||
"slug": "pdm",
|
||||
"slug": "proxmox-datacenter-manager",
|
||||
"categories": [
|
||||
11,
|
||||
1
|
||||
@ -17,7 +17,7 @@
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/pdm.sh",
|
||||
"script": "ct/proxmox-datacenter-manager.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
Loading…
Reference in New Issue
Block a user