Browse Source

Update landing-copy-command-button.tsx

Stefan Pejcic 1 year ago
parent
commit
5218dbb11c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      documentation/src/refine-theme/landing-copy-command-button.tsx

+ 1 - 1
documentation/src/refine-theme/landing-copy-command-button.tsx

@@ -7,7 +7,7 @@ import {
 } from "./changing-text-element";
 } from "./changing-text-element";
 import { LandingCopySuccessIcon } from "./icons/landing-copy-success";
 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!";
 const copiedText = "copied to clipboard!";
 
 
 export const LandingCopyCommandButton = ({
 export const LandingCopyCommandButton = ({