mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update index.tsx
This commit is contained in:
parent
955ee5bd4f
commit
04f54deee5
@ -54,7 +54,7 @@ const Install: React.FC = () => {
|
|||||||
[name]: { ...prevState[name], value: type === "checkbox" ? checked : value },
|
[name]: { ...prevState[name], value: type === "checkbox" ? checked : value },
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
||||||
const generateInstallCommand = () => {
|
const generateInstallCommand = () => {
|
||||||
let command = "bash <(curl -sSL https://get.openpanel.co/)";
|
let command = "bash <(curl -sSL https://get.openpanel.co/)";
|
||||||
for (const option in installOptions) {
|
for (const option in installOptions) {
|
||||||
@ -74,6 +74,7 @@ const Install: React.FC = () => {
|
|||||||
return command;
|
return command;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user