diff --git a/etc/ci-setup.sh b/etc/ci-setup.sh old mode 100644 new mode 100755 index 75bb97e..bcc9f18 --- 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