CyCoreSystems / docker-meteor

Dockerfile and script for running Meteor on Docker
MIT License
120 stars 73 forks source link

Replaced method of change release version #48

Closed supermock closed 7 years ago

supermock commented 7 years ago

Changed the method of pulling the version of the Meteor.

Ulexus commented 7 years ago

This doesn't appear to work, for me:

/tmp $ curl -s -d "release=1.4.4.1"  https://install.meteor.com |grep RELEASE
RELEASE="1.4.4.2"
TARBALL_URL="https://meteorinstall-4168.kxcdn.com/packages-bootstrap/${RELEASE}/meteor-bootstrap-${PLATFORM}.tar.gz"
echo "Meteor ${RELEASE} has been installed in your home directory (~/.meteor)."
supermock commented 7 years ago

Sorry, I found the -d parameter of cURL to have effect = /

Ulexus commented 7 years ago

Aha, that does work. Thanks!

supermock commented 7 years ago

Your welcome!