Skip to content

Instantly share code, notes, and snippets.

@6pm
Created September 27, 2015 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 6pm/2b028b4d456b798bf2b5 to your computer and use it in GitHub Desktop.
Save 6pm/2b028b4d456b798bf2b5 to your computer and use it in GitHub Desktop.
установити node js на убунту останньої версії
Install curl
sudo apt-get install curl
Install NodeJS :
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment