Skip to content

Instantly share code, notes, and snippets.

@aljaxus
Last active July 22, 2019 19:08
Show Gist options
  • Save aljaxus/6d99ca326325a5e9a51ae88063b19101 to your computer and use it in GitHub Desktop.
Save aljaxus/6d99ca326325a5e9a51ae88063b19101 to your computer and use it in GitHub Desktop.
echo "deb http://download.proxmox.com/debian stretch pve-no-subscription" >> /etc/apt/sources.list
echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.list
echo "deb-src http://deb.debian.org/debian stretch main" >> /etc/apt/sources.list
rm -f /etc/apt/sources.list.d/pve-enterprise.list
sudo add-apt-repository universe
apt-get update -y
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get install wget curl bmon vim htop -y
sed -i.bak "s/data.status !== 'Active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
systemctl restart pveproxy.service
cd /var/lib/vz/template/iso/
wget http://ftp.arnes.si/pub/mirrors/centos.org/7.6.1810/isos/x86_64/CentOS-7-x86_64-Minimal-1810.iso
wget http://releases.ubuntu.com/19.04/ubuntu-19.04-desktop-amd64.iso
wget http://releases.ubuntu.com/19.04/ubuntu-19.04-live-server-amd64.iso
wget http://releases.ubuntu.com/18.04/ubuntu-18.04.2-desktop-amd64.iso
wget http://releases.ubuntu.com/18.04/ubuntu-18.04.2-live-server-amd64.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment