Update on_startup.sh
Browse files- on_startup.sh +1 -3
on_startup.sh
CHANGED
|
@@ -6,6 +6,4 @@
|
|
| 6 |
|
| 7 |
set -e # 如果有错误就退出
|
| 8 |
|
| 9 |
-
|
| 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)"
|
|
|
|
|
|