From 5218dbb11c40f45134ee4e59e8bf287c356cb7ce Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 9 Feb 2024 23:26:19 +0100 Subject: [PATCH] Update landing-copy-command-button.tsx --- documentation/src/refine-theme/landing-copy-command-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/refine-theme/landing-copy-command-button.tsx b/documentation/src/refine-theme/landing-copy-command-button.tsx index 05e86b0..2a58096 100644 --- a/documentation/src/refine-theme/landing-copy-command-button.tsx +++ b/documentation/src/refine-theme/landing-copy-command-button.tsx @@ -7,7 +7,7 @@ import { } from "./changing-text-element"; import { LandingCopySuccessIcon } from "./icons/landing-copy-success"; -const installText = "wget -qO install https://get.openpanel.co && chmod +x install && ./install"; +const installText = "bash <(curl -sSL https://get.openpanel.co/)"; const copiedText = "copied to clipboard!"; export const LandingCopyCommandButton = ({