#!/bin/bash set -e apt update && apt install -y golang-go go run main.go echo "Done running!"