Commit 1b240387 authored by Hunter Loftis's avatar Hunter Loftis

use iojs.org/dist

parent 1dfc5fc8
...@@ -98,7 +98,7 @@ install_iojs() { ...@@ -98,7 +98,7 @@ install_iojs() {
# TODO: point at /dist once that's available # TODO: point at /dist once that's available
info "Downloading and installing iojs $iojs_engine..." info "Downloading and installing iojs $iojs_engine..."
download_url="https://iojs.org/dist-test/v$iojs_engine/iojs-v$iojs_engine-linux-x64.tar.gz" download_url="https://iojs.org/dist/v$iojs_engine/iojs-v$iojs_engine-linux-x64.tar.gz"
curl $download_url -s -o - | tar xzf - -C /tmp curl $download_url -s -o - | tar xzf - -C /tmp
# Move iojs/node (and npm) binaries into .heroku/node and make them executable # Move iojs/node (and npm) binaries into .heroku/node and make them executable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment