PVE Post Install | scripts-underground PVE Post Install | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

PVE Post Install

REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/pve/post-pve-install.sh)"

PVE Post Install

Post-install configuration script for Proxmox VE.

Configures package repositories, disables subscription nag, manages enterprise/no-subscription repos, configures high availability, and performs system updates. Supports both Proxmox VE 8.x (Bookworm) and 9.x (Trixie) with proper deb822 sources format on 9.x.

Features

  • Configure Debian/Proxmox package sources
  • Enable/disable enterprise, no-subscription, and test repositories
  • Disable subscription nag message
  • Configure high availability services
  • System update and dist-upgrade

Notes

  • Run on each node individually in a cluster
  • Reboot recommended after completion
  • Clear browser cache after running (Ctrl+Shift+R)
Copied!