Skip to content
Snippets Groups Projects
Commit 50a3d2d1 authored by Casey Faist's avatar Casey Faist
Browse files

add shebang and update file permissions

parent 8c36a3a2
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment