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