Skip to content

Commit e105cc1

Browse files
authored
Update script to use bash instead of sh
Replaced 'sh' with 'bash' for script execution.
1 parent d1c1fb9 commit e105cc1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

project/scripts/llm.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

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
3+
curl -fsSL https://gh.io/copilot-install | bash
4+
curl -fsSL https://claude.ai/install.sh | bash
5+
curl -fsSL https://chatgpt.com/codex/install.sh | CODEX_NON_INTERACTIVE=1 bash
66

7-
curl -fsSL https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/install.sh | sh
7+
curl -fsSL https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/install.sh | bash

0 commit comments

Comments
 (0)