Giter VIP home page Giter VIP logo

nodejs-linux-installer's Introduction

Node.js Linux Installer

This is a universal Node.js installer for Linux. The original project by taaem required some fixes to maintain functionality, which are contained in this fork, along with other enhancements and support for nodejs.org's unofficial builds.

CodeFactor

The following architectures are supported:

  • ARMv6 (armv6l)*
  • ARMv7 (armv7l)
  • ARMv8 (aarch64)
  • x86 64-bit (x86_64)
  • x86 32-bit (i386, i486, i586, i686)**
  • further architectures from nodejs.org's unofficial builds.

* The latest official version for ARMv6 is Node v11. For more recent versions, use unofficial builds.
** The latest official version for x86 32-bit is Node v9. For more recent versions, use unofficial builds.

Usage

I don't take any responsibilities if you blow your system up!

Please be aware, that installing Node.js requires root privileges. The script will check for root or sudo credentials at start. By default the latest official release for your architecture will be installed:

curl -sSf 'https://raw.githubusercontent.com/MichaIng/nodejs-linux-installer/master/node-install.sh' | bash

If no (recent) official release is available for your architecture, you may install nodejs.org's unofficial builds, using the options below.

Show a list of all unofficial releases for your CPU architecture available at nodejs.org:

curl -sSf 'https://raw.githubusercontent.com/MichaIng/nodejs-linux-installer/master/node-install.sh' | bash -s -- --list-unofficial

Install unofficial release of Node.js with <version>:

curl -sSf 'https://raw.githubusercontent.com/MichaIng/nodejs-linux-installer/master/node-install.sh' | bash -s -- --unofficial '<version>'

Get the help text:

curl -sSf 'https://raw.githubusercontent.com/MichaIng/nodejs-linux-installer/master/node-install.sh' | bash -s -- --help

Contributing

Just create a fork and please contribute all your improvements back here!

License

MIT

Thanks for all contributions!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.