Move to node 4.x LTS

This commit is contained in:
Johannes Zellner 2015-11-11 13:48:48 +01:00
parent 8554719d5e
commit 7690be12c0
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ ls -la $HOME/
git config --global user.name e2etest
git config --global user.email e2etest@cloudron.io
# install node v0.12 https://github.com/nodesource/distributions
# install node v4.x LTS https://github.com/nodesource/distributions
sudo apt-get install -y python-software-properties python g++ make
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
sudo apt-get install -y nodejs
# copy over ssh keys