Skip to content

Instantly share code, notes, and snippets.

@ms747
Last active November 13, 2019 08:00
Show Gist options
  • Save ms747/bfb5550906c264c4e2dd9f075bc1a31d to your computer and use it in GitHub Desktop.
Save ms747/bfb5550906c264c4e2dd9f075bc1a31d to your computer and use it in GitHub Desktop.
#!/bin/bash
apt install -y net-tools vim wget mlocate bridge-utils git sudo
cd /root
echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg
chmod +r /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg
apt update -y && apt full-upgrade -y
apt install -y proxmox-ve postfix open-iscsi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment