Skip to content
Snippets Groups Projects

proxmox setup

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Jonas Leder
    Edited
    snippetfile1.txt 598 B
    echo "deleting proxmox enterprise repo"
    rm /etc/apt/sources.list.d/pve-enterprise.list
    
    echo "setting apt repo"
    echo "deb http://apt.jonasled.de/debian bullseye main
    deb http://apt.jonasled.de/debian-security bullseye/updates main
    deb http://apt.jonasled.de/debian bullseye-updates main
    deb http://apt.jonasled.de/proxmox/pmg bullseye pmg-no-subscription" > /etc/apt/sources.list
    rm /etc/apt/sources.list.d/pve.list
    
    echo "updating package list"
    apt update
    
    echo "upgrading system"
    apt upgrade -y
    
    echo "installing packages"
    apt install ifupdown2 iftop htop iotop screen -y
    
    echo "rebooting"
    reboot
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment