mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update index.tsx
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user