From 03d8d095cceaa9833b2f530490444c1d590f5c42 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:20:08 +0100 Subject: [PATCH] Website: Add After-Install Note for Ubuntu VM 22.04/24.04/24.10 and Debian VM (#2307) * add note for debian12 vm * add note for ubuntu 22.04 vm * add note to ubuntu 24.04 vm * add note to ubuntu 24.10 vm --- json/debian-vm.json | 7 ++++++- json/ubuntu2204-vm.json | 7 ++++++- json/ubuntu2404-vm.json | 7 ++++++- json/ubuntu2410-vm.json | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/json/debian-vm.json b/json/debian-vm.json index c2d3aab27..7727315ea 100644 --- a/json/debian-vm.json +++ b/json/debian-vm.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "after installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/836´", + "type": "info" + } + ] } diff --git a/json/ubuntu2204-vm.json b/json/ubuntu2204-vm.json index d3a347761..f27c51c83 100644 --- a/json/ubuntu2204-vm.json +++ b/json/ubuntu2204-vm.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "after installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/272´", + "type": "info" + } + ] } diff --git a/json/ubuntu2404-vm.json b/json/ubuntu2404-vm.json index 9c2b9a45c..9494ceb54 100644 --- a/json/ubuntu2404-vm.json +++ b/json/ubuntu2404-vm.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "after installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/272´", + "type": "info" + } + ] } diff --git a/json/ubuntu2410-vm.json b/json/ubuntu2410-vm.json index a1715368a..70ae32586 100644 --- a/json/ubuntu2410-vm.json +++ b/json/ubuntu2410-vm.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "after installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/272´", + "type": "info" + } + ] }