diff --git a/etc/ci-setup.sh b/etc/ci-setup.sh old mode 100644 new mode 100755 index 75bb97eb4f869ef7c6c6f4b4e5206ba5fd81be46..bcc9f18dfbe9f6df136cd57d98ba2b90c1a0cf50 --- a/etc/ci-setup.sh +++ b/etc/ci-setup.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + sudo apt-get -qq update sudo apt-get install software-properties-common -y -curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh \ No newline at end of file +curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh