Skip to content

Commit 50a3d2d

Browse files
committed
add shebang and update file permissions
1 parent 8c36a3a commit 50a3d2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

etc/ci-setup.sh

100644100755
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
sudo apt-get -qq update
24
sudo apt-get install software-properties-common -y
3-
curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh
5+
curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh

0 commit comments

Comments
 (0)