Update start-openclaw.sh
Browse files- start-openclaw.sh +1 -0
start-openclaw.sh
CHANGED
|
@@ -52,6 +52,7 @@ EOF
|
|
| 52 |
(while true; do sleep 3600; python3 /app/sync.py backup; done) &
|
| 53 |
|
| 54 |
# ๅฎ่ฃ
ClawHub
|
|
|
|
| 55 |
# ๅฎ่ฃ
ๆ่ฝ
|
| 56 |
clawhub install tavily-search
|
| 57 |
# ้
็ฝฎAPI-Key๏ผ้ไปhttps://tavily.com/่ทๅ๏ผ
|
|
|
|
| 52 |
(while true; do sleep 3600; python3 /app/sync.py backup; done) &
|
| 53 |
|
| 54 |
# ๅฎ่ฃ
ClawHub
|
| 55 |
+
npm install -g clawhub
|
| 56 |
# ๅฎ่ฃ
ๆ่ฝ
|
| 57 |
clawhub install tavily-search
|
| 58 |
# ้
็ฝฎAPI-Key๏ผ้ไปhttps://tavily.com/่ทๅ๏ผ
|