proxmox/VM/Cloud-Init/README.md
2023-07-26 03:44:17 +02:00

13 lines
303 B
Markdown

# 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)"
```