mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 06:23:59 -05: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
|