Skip to content

Commit

Permalink
use curl
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 24, 2018
1 parent 34d1cc4 commit 19298b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
(dpkg -s heroku-toolbelt 1>/dev/null 2>/dev/null && (apt-get remove -y heroku-toolbelt heroku || true)) || true
# install heroku's release key for package verification
wget -qO- https://cli-assets.heroku.com/apt/release.key | apt-key add -
curl https://cli-assets.heroku.com/apt/release.key | apt-key add -
# update your sources
apt-get update
Expand Down

0 comments on commit 19298b7

Please sign in to comment.