diff --git a/documentation/src/pages/install/index.tsx b/documentation/src/pages/install/index.tsx index 7930bcf9..ff52780d 100644 --- a/documentation/src/pages/install/index.tsx +++ b/documentation/src/pages/install/index.tsx @@ -62,6 +62,8 @@ const Install: React.FC = () => { if (installOptions[option].value || ["version", "hostname", "screenshots", "post-install"].includes(option)) { if (option === "screenshots" && installOptions[option].value === "local") { command += ` --screenshots=local`; + } else if (option === "screenshots" && installOptions[option].value === "remote") { + command += ``; } else if (installOptions[option].value !== "" && installOptions[option].value !== false) { command += ` --${option}`; if (installOptions[option].value !== true) { @@ -94,7 +96,8 @@ const Install: React.FC = () => {
{generateInstallCommand()}
- + +

Minimum requirements: Ubuntu22, HDD 15GB, RAM 1 Gb, CPU 1 Ghz

Advanced Install Settings:

Here you can set what shall be installed and configured when installing OpenPanel: