mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update common-run-local-prompt.tsx
This commit is contained in:
parent
0b0c3cfcec
commit
b25ee634ab
@ -14,7 +14,7 @@ export const CommonRunLocalPrompt = ({ path }: Props) => {
|
||||
title="Install command"
|
||||
icon={<TerminalIcon />}
|
||||
>
|
||||
{`bash <(curl -sSL https://get.openpanel.co/) ${path}`}
|
||||
{`bash <(curl -sSL https://openpanel.org) ${path}`}
|
||||
</CodeBlock>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user