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

Commit

Permalink
Update config.sh to use version of lisk-scripts for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazgolze committed Apr 6, 2018
1 parent 42f2725 commit ec29d8c
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 ec29d8c

Please sign in to comment.