curl command question

General support questions
Post Reply
jgun98
Posts: 6
Joined: 2009/12/29 04:18:08

curl command question

Post by jgun98 » 2019/01/22 03:47:29

I would like install newer node js 11.x
After googling I have several answer
1. Using epel release repo which only get node js version 6.x
2. From source and make (I have successfully upgrade gcc to 8.2 so I can compile it)
3. Using curl -sL http://rpm.nodesource.com ...

The question is. What does curl -sL command do?
Thank you
Jgun98

schadfield
Posts: 45
Joined: 2014/12/21 01:03:40

Re: curl command question

Post by schadfield » 2019/01/22 06:44:56

Run "man curl" to find out.

Post Reply