Meteor Installation issue in ubuntu 16.04

Hi, I am having some trouble installing meteor from the command provided.
curl https://install.meteor.com/ | sh
I am using a dsl connection, with which I am having some trouble it gets disconnected and then connects again but due to this issue the command fails.

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6675 0 6675 0 0 3886 0 --:–:-- 0:00:01 --:–:-- 3885
Downloading Meteor distribution

########### 16.2%
curl: (56) GnuTLS recv error (-9): A TLS packet with unexpected length was received.

gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

I was wondering if there is a way to manually install it by downloading the source code. As I am not an expert just a newbie and have just started using NodeJs, 2 weeks back I will appreciate a well explained way to do it.

You could clone the github repo and run that way. https://github.com/meteor/meteor