Tony-ooo commited on
Commit
6b1b63d
·
verified ·
1 Parent(s): 6ef7a6a

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +1 -3
on_startup.sh CHANGED
@@ -6,6 +6,4 @@
6
 
7
  set -e # 如果有错误就退出
8
 
9
- npm install -g @qwen-code/qwen-code@latest
10
- npm install -g @iflow-ai/iflow-cli
11
- npm install -g @charmland/crush
 
6
 
7
  set -e # 如果有错误就退出
8
 
9
+ bash -c "$(curl -fsSL https://gitee.com/iflow-ai/iflow-cli/raw/main/install.sh)"