Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion support/install_flowbat_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down