#!/bin/bash # Install `nc` sudo apt update && sudo apt install netcat -y # Do common setup tasks source .openhands/setup.sh