From ec692f3f0517989a699d3dd563315603473bac7b Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Sun, 6 Apr 2025 17:21:07 -0600 Subject: [PATCH] Create complete-setup.sh --- complete-setup.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 complete-setup.sh diff --git a/complete-setup.sh b/complete-setup.sh new file mode 100755 index 0000000..8831d13 --- /dev/null +++ b/complete-setup.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +# This script is untested, use at your own risk. +# Download templates for Ubuntu Server 24.04.2 LTS / Proxmox Ubuntu Cloud image 24.04.2 for containers. + +pveam update +pveam download local ubuntu-24.04-standard_24.04-2_amd64.tar.zst + +# Downloads the Ubuntu Server LTS ISO for VMs. + +cd /var/lib/vz/template/iso/ +wget https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso +