Skip to content

Commit 7684a30

Browse files
committed
changed to raw file link again
1 parent 2284827 commit 7684a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useState } from "react";
55
export default function Home() {
66
const [copied, setCopied] = useState(false);
77
const installCommand =
8-
"curl -sSL https://codekub-website.codecompass2024.workers.dev/install | bash";
8+
"curl -sSL https://raw.githubusercontent.com/CodeCompasss/codekub/main/boot.sh | bash";
99

1010
const handleCopy = () => {
1111
navigator.clipboard.writeText(installCommand);

0 commit comments

Comments
 (0)