mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-25 21:36:52 +08:00
8 lines
126 B
Bash
8 lines
126 B
Bash
#!/bin/bash
|
|
|
|
# Install `nc`
|
|
sudo apt update && sudo apt install netcat -y
|
|
|
|
# Do common setup tasks
|
|
source .openhands/setup.sh
|