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.
The following architectures are currently supported:
- ARMv6 (armv6l)
- ARMv7 (armv7l)
- ARMv8 (aarch64)
- x86 64-bit (x86_64)
- x86 32-bit (i386, i486, i586, i686)
I don't take any responsibilities if you blow your system up!
Installing
curl -sSf https://raw.githubusercontent.com/MichaIng/nodejs-linux-installer/master/node-install.sh | bash
Contributing
Just create a fork and please contribute all your improvements back here!
License
MIT
Thanks for all contributions