Tony-ooo commited on
Commit
ca3d731
·
verified ·
1 Parent(s): d93dca2

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +4 -0
on_startup.sh CHANGED
@@ -2,3 +2,7 @@
2
  # Write some commands here that will run on root user before startup.
3
  # For example, to install additional system packages or set up environment:
4
  # apt-get update && apt-get install -y some-package
 
 
 
 
 
2
  # Write some commands here that will run on root user before startup.
3
  # For example, to install additional system packages or set up environment:
4
  # apt-get update && apt-get install -y some-package
5
+ set -e # 如果有错误就退出
6
+
7
+ npm install -g @qwen-code/qwen-code@latest
8
+ npm i -g @iflow-ai/iflow-cli