Update landing-copy-command-button.tsx

This commit is contained in:
Stefan Pejcic 2024-02-09 23:26:19 +01:00 committed by GitHub
parent 84601ccc9f
commit 5218dbb11c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = ({