mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-03 20:03:25 +01:00
PDM: avoid installing useless package (#10833)
* chore: avoid installing useless package * Apply requested changes from PR review https://github.com/community-scripts/ProxmoxVE/pull/10833 * Update install/proxmox-datacenter-manager-install.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
@@ -36,11 +36,19 @@ setup_deb822_repo \
|
||||
"" \
|
||||
"false"
|
||||
|
||||
cat <<'EOF' > /etc/apt/preferences.d/99-pdm-unneeded-packages
|
||||
Package: proxmox-default-kernel proxmox-kernel-* pve-firmware
|
||||
Pin: release *
|
||||
Pin-Priority: -1
|
||||
EOF
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
$STD apt -o Dpkg::Options::="--force-confdef" \
|
||||
-o Dpkg::Options::="--force-confold" \
|
||||
install -y proxmox-datacenter-manager \
|
||||
proxmox-datacenter-manager-ui
|
||||
proxmox-datacenter-manager-ui \
|
||||
proxmox-mail-forward \
|
||||
proxmox-offline-mirror-helper
|
||||
msg_ok "Installed Proxmox Datacenter Manager"
|
||||
|
||||
motd_ssh
|
||||
|
||||
Reference in New Issue
Block a user