From a86002765a1643959eab802558f3d73bad0395c6 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 1 Jun 2024 16:13:44 +0200 Subject: [PATCH] Update index.tsx --- documentation/src/pages/install/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: