Last active
November 13, 2019 08:00
-
-
Save ms747/bfb5550906c264c4e2dd9f075bc1a31d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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