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" + } + ] }