Skip to content

Simple script to manage the installation of NodeJS binaries on a Linux distro.

Notifications You must be signed in to change notification settings

g41n/NodeJS-binary-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

NodeJS binary install

This is a simple script that allows to install and remove NodeJS binaries installed in /usr/local.

Installation

$ git clone https://github.com/g41n/NodeJS-binary-install.git

Usage

To install download NodeJS binaries from the official website and then

$ cd NodeJS-binary-install
$ sudo ./nodejs_binary_install.sh install ~/Downloads/node-v4.6.0-linux-x64.tar.xz

To remove

$ sudo ./nodejs_binary_install.sh remove

About

Simple script to manage the installation of NodeJS binaries on a Linux distro.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages