We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c1fb9 commit e105cc1Copy full SHA for e105cc1
1 file changed
project/scripts/llm.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
-curl -fsSL https://gh.io/copilot-install | sh
4
-curl -fsSL https://claude.ai/install.sh | sh
5
-curl -fsSL https://chatgpt.com/codex/install.sh | CODEX_NON_INTERACTIVE=1 sh
+curl -fsSL https://gh.io/copilot-install | bash
+curl -fsSL https://claude.ai/install.sh | bash
+curl -fsSL https://chatgpt.com/codex/install.sh | CODEX_NON_INTERACTIVE=1 bash
6
7
-curl -fsSL https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/install.sh | sh
+curl -fsSL https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/install.sh | bash
0 commit comments