Hi,
I need to install nodejs (5.x) on my server based on debian wheezy (7.4).
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_5.x | bash -
apt-get install -y nodejs
I don't understand if are they just additional information and more detail on how installation works, or have I to do something?
Just run the following codes, is it enough?
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_5.x | bash -
apt-get install -y nodejs
Thanks a lot