Skip to content

Instantly share code, notes, and snippets.

@freewind
Created July 18, 2016 03:58
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 freewind/5f34861fe88f614f2e5dda6360286a3d to your computer and use it in GitHub Desktop.
Save freewind/5f34861fe88f614f2e5dda6360286a3d to your computer and use it in GitHub Desktop.
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update
sudo apt-get install skype
sudo apt-get install build-essential libssl-dev
curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash
关掉terminal,重新打开才能使用nvm命令
nvm install 6
nvm use 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment