Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #78 from LiskHQ/74-Node-6.9.5
Browse files Browse the repository at this point in the history
Updating node version and tool chains to 6.9.5 - Closes #74
  • Loading branch information
karmacoma committed Mar 2, 2017
2 parents 3c14573 + a7c285e commit a407069
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config.sh
Expand Up @@ -24,15 +24,15 @@ LISK_NETWORK="main"
LISK_URL="http://downloads.lisk.io/lisk/$LISK_NETWORK/$VERSION/$LISK_FILE"
LISK_CONFIG=""

LISK_NODE_DIR="lisk-node-6.9.4-lisk"
LISK_NODE_DIR="lisk-node-6.9.5-lisk"
LISK_NODE_FILE="$LISK_NODE_DIR.tar.gz"
LISK_NODE_URL="https://github.com/LiskHQ/lisk-node/archive/v6.9.4-lisk.tar.gz"
LISK_NODE_URL="https://github.com/LiskHQ/lisk-node/archive/v6.9.5-lisk.tar.gz"
LISK_NODE_OUT="out/Release/node"
LISK_NODE_CONFIG=""

NODE_DIR="node-v6.9.4"
NODE_DIR="node-v6.9.5"
NODE_FILE="$NODE_DIR.tar.gz"
NODE_URL="https://nodejs.org/download/release/v6.9.4/$NODE_FILE"
NODE_URL="https://nodejs.org/download/release/v6.9.5/$NODE_FILE"
NODE_OUT="compiled"
NODE_CONFIG=""

Expand Down
3 changes: 2 additions & 1 deletion toolchains/install_darwin.sh
Expand Up @@ -15,4 +15,5 @@ CMDS=("ruby" "curl")
check_cmds CMDS[@]

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
exec_cmd "brew install autoconf automake git libtool md5sha1sum homebrew/versions/node012 postgresql wget"
exec_cmd "brew install autoconf automake git libtool md5sha1sum n postgresql wget"
exec_cmd "sudo n v6.9.5"
3 changes: 2 additions & 1 deletion toolchains/install_linux.sh
Expand Up @@ -14,5 +14,6 @@ fi
CMDS=("apt-get" "curl" "sudo")
check_cmds CMDS[@]

exec_cmd "curl -sL https://deb.nodesource.com/setup_0.12 | sudo -E bash -"
exec_cmd "curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash"
exec_cmd "nvm install v6.9.5"
exec_cmd "sudo apt-get install -y autoconf automake build-essential curl git libreadline6-dev libtool zlib1g-dev libssl-dev libpq-dev nodejs python wget"

0 comments on commit a407069

Please sign in to comment.