Move to node 4.x LTS
This commit is contained in:
parent
8554719d5e
commit
7690be12c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user