Skip to content

Commit 4fb3c0c

Browse files
author
Mikhail Timofeev
committed
change heroku installation
1 parent 9677fa1 commit 4fb3c0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

images/linux/scripts/installers/heroku.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66

77
# Source the helpers for use with the script
88
source $HELPER_SCRIPTS/document.sh
9-
source $HELPER_SCRIPTS/apt.sh
109

1110
# Install Heroku CLI
12-
curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
11+
snap install --classic heroku
1312

1413
# Run tests to determine that the software installed as expected
1514
echo "Testing to make sure that script performed as expected, and basic scenarios work"

0 commit comments

Comments
 (0)