Skip to content

Commit

Permalink
Move back to NodeJS 4.x to support Ghost
Browse files Browse the repository at this point in the history
...which does not run on NodeJS 5.x
  • Loading branch information
JayBeavers committed Mar 14, 2016
1 parent 9a0bafa commit 7c2b794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user-data
@@ -1,10 +1,10 @@
#!/bin/bash
set -e -x

# Add the NodeJS repository for 5.x
# Add the NodeJS repository for 4.x
# https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_5.x | bash -
curl -sL https://deb.nodesource.com/setup_4.x | bash -

# Upgrade the system without prompts
# http://askubuntu.com/questions/146921/how-do-i-apt-get-y-dist-upgrade-without-a-grub-config-prompt
Expand Down

0 comments on commit 7c2b794

Please sign in to comment.