add shebang and update file permissions

This commit is contained in:
Casey Faist
2018-10-04 10:47:16 -05:00
parent 8c36a3a263
commit 50a3d2d13e
Regular → Executable
+3 -1
View File
@@ -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
curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh