Created
July 18, 2016 03:58
-
-
Save freewind/5f34861fe88f614f2e5dda6360286a3d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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