Add install guide note on Turnkey VM docs (#145)

This commit is contained in:
Håvard Gjøby Thom
2024-11-09 14:55:20 +01:00
committed by GitHub
parent c175bff838
commit 948f853699
2 changed files with 12 additions and 2 deletions

View File

@ -30,5 +30,10 @@
"username": "admin",
"password": null
},
"notes": []
"notes": [
{
"text": "This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`",
"type": "warning"
}
]
}

View File

@ -30,5 +30,10 @@
"username": "admin",
"password": null
},
"notes": []
"notes": [
{
"text": "This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`",
"type": "warning"
}
]
}