How do you install Meteor 1.6?

I’m writing a script that will run on a build server - it will clone git repo and then build etc. The standard install method - “curl https://install.meteor.com/ | sh”, will install the 1.5.x release, then when I do ‘meteor build’, it will download the 1.6rc release again.

Is there a way to get 1.6 from the start?

You can go and grab the script for install and in there change the release tag. Or you can wait until Tuesday or Wednesday when 1.6 will be released (waiting for the next version of Node.js only).

1 Like