Update on_startup.sh
Browse files- 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
|