Hi, I need to install nodejs (5.x) on my server based on debian wheezy (7.4). >From this guide (https://github.com/nodesource/distributions#debinstall)
> # Using Debian, as root > curl -sL https://deb.nodesource.com/setup_5.x | bash - > apt-get install -y nodejs > > but there's a link to this page https://github.com/nodesource/distributions/blob/master/OLDER_DISTROS.md with some other script instructions. 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 -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/74c5218e-ac06-4bd2-b9d0-c1aaa89cdfe3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
