Files
heroku-buildpack-python/etc/ci-setup.sh
T
2018-10-04 17:33:40 -05:00

6 lines
218 B
Bash
Executable File

#!/usr/bin/env bash
sudo apt-get -qq update
sudo apt-get install software-properties-common
curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh