We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620aa5c commit a1c889dCopy full SHA for a1c889d
1 file changed
src/app/page.tsx
@@ -5,7 +5,7 @@ import { useState } from "react";
5
export default function Home() {
6
const [copied, setCopied] = useState(false);
7
const installCommand =
8
- "curl -sSL https://raw.githubusercontent.com/CodeCompasss/codekub/main/boot.sh | bash";
+ " curl -sSL https://bit.ly/44PRhYy| bash";
9
10
const handleCopy = () => {
11
navigator.clipboard.writeText(installCommand);
0 commit comments