From 478430e3f5b746b52ab436e65f55d425ff94fd01 Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Sun, 7 May 2017 17:54:00 -0400 Subject: [PATCH] Update install_flowbat_ubuntu.sh Force install of Meteor 0.9.1 --- support/install_flowbat_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/install_flowbat_ubuntu.sh b/support/install_flowbat_ubuntu.sh index d1046cc..48702a5 100755 --- a/support/install_flowbat_ubuntu.sh +++ b/support/install_flowbat_ubuntu.sh @@ -132,7 +132,7 @@ echo "" echo "$(tput setaf 6)Checking for meteor...$(tput sgr0)" if ! which meteor > /dev/null; then echo -e "$(tput setaf 6)Meteor not installed. Attempting Install.$(tput sgr0)" - curl https://install.meteor.com | /bin/sh + curl https://install.meteor.com/?release=0.9.1 | /bin/sh fi #Arranging for localhost configuration