From 1c2a8e53ecd83fb01ac3219d2bcec7ebfb89b3c2 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Tue, 5 May 2020 14:38:33 +0300 Subject: [PATCH] Revert "change heroku installation" This reverts commit 4fb3c0c3ebec1f83cf3cd71f2526ea13b5f36d60. --- images/linux/scripts/installers/heroku.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/heroku.sh b/images/linux/scripts/installers/heroku.sh index 855af016d..3bcbc590f 100644 --- a/images/linux/scripts/installers/heroku.sh +++ b/images/linux/scripts/installers/heroku.sh @@ -6,9 +6,10 @@ # Source the helpers for use with the script source $HELPER_SCRIPTS/document.sh +source $HELPER_SCRIPTS/apt.sh # Install Heroku CLI -snap install --classic heroku +curl https://cli-assets.heroku.com/install-ubuntu.sh | sh # Run tests to determine that the software installed as expected echo "Testing to make sure that script performed as expected, and basic scenarios work"