From 93f782541cb944f3a16f72d2ae7d264d35318e45 Mon Sep 17 00:00:00 2001 From: sthope Date: Wed, 26 Jul 2023 03:44:17 +0200 Subject: [PATCH] Initial Commit --- VM/Cloud-Init/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/VM/Cloud-Init/README.md b/VM/Cloud-Init/README.md index 7fea8fe..4c20d4a 100644 --- a/VM/Cloud-Init/README.md +++ b/VM/Cloud-Init/README.md @@ -4,4 +4,10 @@ ``` 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)" ``` \ No newline at end of file