Refactor deploy of addons via EMCO
[icn.git] / cmd / bpa-restapi-agent / install_go.sh
index 944a58b..e3341cb 100755 (executable)
@@ -1,4 +1,5 @@
-#1/bin/bash
+#!/usr/bin/env bash
+set -eu -o pipefail
 
 if which go > /dev/null; then
     sudo apt-get -yq install golang-go