Update on_startup.sh
Browse files- on_startup.sh +1 -2
on_startup.sh
CHANGED
|
@@ -5,5 +5,4 @@
|
|
| 5 |
set -e # 如果有错误就退出
|
| 6 |
|
| 7 |
npm install -g @qwen-code/qwen-code@latest
|
| 8 |
-
npm i -g @iflow-ai/iflow-cli
|
| 9 |
-
apt-get install openssh-client
|
|
|
|
| 5 |
set -e # 如果有错误就退出
|
| 6 |
|
| 7 |
npm install -g @qwen-code/qwen-code@latest
|
| 8 |
+
npm i -g @iflow-ai/iflow-cli
|
|
|