mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
3 lines
199 B
Bash
3 lines
199 B
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 |