13 lines
303 B
Markdown
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)"
|
|
``` |