diff --git a/documentation/src/pages/install/index.tsx b/documentation/src/pages/install/index.tsx index e39df466..8ceadcac 100644 --- a/documentation/src/pages/install/index.tsx +++ b/documentation/src/pages/install/index.tsx @@ -54,7 +54,7 @@ const Install: React.FC = () => { [name]: { ...prevState[name], value: type === "checkbox" ? checked : value }, })); }; - + const generateInstallCommand = () => { let command = "bash <(curl -sSL https://get.openpanel.co/)"; for (const option in installOptions) { @@ -74,6 +74,7 @@ const Install: React.FC = () => { return command; }; +