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
39d3d187c4
commit
bc07fdaff4
@ -65,7 +65,7 @@ const Install: React.FC = () => {
|
||||
};
|
||||
|
||||
const generateInstallCommand = () => {
|
||||
let command = "bash <(curl -sSL https://get.openpanel.co/)";
|
||||
let command = "bash <(curl -sSL https://openpanel.org)";
|
||||
for (const [option, config] of Object.entries(installOptions)) {
|
||||
if (option !== "version" || (option === "version" && config.value !== latestVersion)) {
|
||||
if (config.value || ["version", "hostname", "email", "screenshots", "post-install"].includes(option)) {
|
||||
|
Loading…
Reference in New Issue
Block a user