Skip to content

Commit

Permalink
[Ubuntu] Fix heroku installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Ayupov committed Apr 23, 2024
1 parent a76eae4 commit 9838e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ubuntu/scripts/build/install-heroku.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ REPO_PATH="/etc/apt/sources.list.d/heroku.list"

# add heroku repository to apt
curl -fsSL "${REPO_URL}/release.key" | gpg --dearmor -o $GPG_KEY
echo "deb [signed-by=$GPG_KEY] $REPO_URL ./" > $REPO_PATH
echo "deb [trusted=yes] $REPO_URL ./" > $REPO_PATH

# install heroku
apt-get update -y && apt-get install -y heroku
Expand Down

0 comments on commit 9838e5b

Please sign in to comment.