Skip to content

Commit 03d8d09

Browse files
authored
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
1 parent 22f44d1 commit 03d8d09

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

json/debian-vm.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": null,
3131
"password": null
3232
},
33-
"notes": []
33+
"notes": [
34+
{
35+
"text": "after installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/836´",
36+
"type": "info"
37+
}
38+
]
3439
}

json/ubuntu2204-vm.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": null,
3131
"password": null
3232
},
33-
"notes": []
33+
"notes": [
34+
{
35+
"text": "after installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/272´",
36+
"type": "info"
37+
}
38+
]
3439
}

json/ubuntu2404-vm.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": null,
3131
"password": null
3232
},
33-
"notes": []
33+
"notes": [
34+
{
35+
"text": "after installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/272´",
36+
"type": "info"
37+
}
38+
]
3439
}

json/ubuntu2410-vm.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": null,
3131
"password": null
3232
},
33-
"notes": []
33+
"notes": [
34+
{
35+
"text": "after installation, checkout: ´https://github.com/community-scripts/ProxmoxVE/discussions/272´",
36+
"type": "info"
37+
}
38+
]
3439
}

0 commit comments

Comments
 (0)