diff --git a/json/debian-vm.json b/json/debian-vm.json index c2d3aab2784..7727315ea97 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 d3a34776106..f27c51c83f1 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 9c2b9a45c50..9494ceb5480 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 a1715368a88..70ae325860f 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" + } + ] }