# Proxmox VM's with Cloud-Init - Ubuntu Server 22.04 (jammy) ``` bash -c "$(wget -qLO - https://git.sthope.dev/sthope/proxmox/raw/branch/main/VM/Cloud-Init/ubuntu)" ``` - Debian 12 (bookworm) ``` bash -c "$(wget -qLO - https://git.sthope.dev/sthope/proxmox/raw/branch/main/VM/Cloud-Init/debian)" ```