Skip to content

ollliegits/nodejs-linux-installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

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, together with a few enhancements.

CodeFactor

The following architectures are currently 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.

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

Usage

Please be aware, that installation of node requires root privileges. The script will ask for sudo credentials before installation.

Get the help text:

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

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

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

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 <version>

Contributing

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

License

MIT

Thanks for all contributions

About

This is a universal Node.js installer for Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%