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