Skip to main content

All Questions

Tagged with
1 vote
2 answers
4k views

Why and what of curl and then sudo apt-get?

To install node on Linux, per the docs, I had to do: curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - sudo apt-get install -y nodejs I get the second statement, but not the first. ...
Peter's user avatar
  • 1,288