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 #261 from LiskHQ/260-config-sh-scripts
Browse files Browse the repository at this point in the history
Update config.sh to use version of lisk-scripts for 1.0
  • Loading branch information
Nazgolze authored Apr 6, 2018
2 parents 240236d + 5440a1f commit c0265f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ LISK_NETWORK="$LISK_NETWORK"
LISK_URL="https://downloads.lisk.io/lisk/$LISK_NETWORK/$VERSION/$LISK_FILE"
LISK_CONFIG=""

LISK_SCRIPTS_DIR="lisk-scripts-master"
LISK_SCRIPTS_DIR="lisk-scripts-0.2.0"
LISK_SCRIPTS_FILE="$LISK_SCRIPTS_DIR.tar.gz"
LISK_SCRIPTS_URL="https://github.com/LiskHQ/lisk-scripts/archive/master.tar.gz"
LISK_SCRIPTS_URL="https://github.com/LiskHQ/lisk-scripts/archive/0.2.0.tar.gz"

NODE_DIR="node-v6.12.3"
NODE_FILE="$NODE_DIR.tar.gz"
Expand Down

0 comments on commit c0265f1

Please sign in to comment.