Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-06-01 16:41:08 +02:00 committed by GitHub
parent 019f2ab07c
commit 4d4ce98a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ interface InstallOption {
type InstallOptions = Record<string, InstallOption>;
const defaultOptions: InstallOptions = {
hostname: { value: "", description: "Set the hostname." },
hostname: { value: "", description: "Set the FQDN hostname." },
version: { value: "", description: "Set a custom OpenPanel version to be installed." },
"skip-requirements": { value: false, description: "Skip the requirements check." },
"skip-panel-check": { value: false, description: "Skip checking if existing panels are installed." },