Create complete-setup.sh

This commit is contained in:
mathwhiz1212 2025-04-06 17:21:07 -06:00
parent c4668c096c
commit ec692f3f05
1 changed files with 13 additions and 0 deletions

13
complete-setup.sh Executable file
View File

@ -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