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