Skip to content

Instantly share code, notes, and snippets.

View damienheiser's full-sized avatar
💭
Building My Future, One Shot Prompt at a Time.

Damien C. Heiser, Gentleman of Leisure damienheiser

💭
Building My Future, One Shot Prompt at a Time.
  • Synthaer.ai
  • California Republic
  • 04:01 (UTC -07:00)
View GitHub Profile
@damienheiser
damienheiser / proxmox-install.sh
Created March 13, 2024 01:35 — forked from willwm/proxmox-install.sh
Fresh Proxmox Server install script
#!/bin/bash
# TODO: Remove pve-enterprise, add pve-no-subscription repo to sources.list(*)
# Update packages, install essentials
apt update
apt install -y build-essential git zsh htop
# Update Proxmox Appliance Manager (https://forum.proxmox.com/threads/no-turnkey-fresh-install-5-1-35.38199/)
pveam update