Skip to content

Commit

Permalink
Update fast install data URL
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzstern5 committed Apr 2, 2019
1 parent f143f3a commit a4022c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ GAP_BETWEEN_BLOCKS=8
MAX_NUM_OF_NODES=5

if [ "$USE_PRODUCT" = "apla" ]; then
FAST_INSTALL_DATA_URL="https://github.com/blitzstern5/quick-start-data/raw/master/apla/0.9.3/apla-qs-0.9.3-fast-install-data-20190402074118-1-nodes.tar.gz"
FAST_INSTALL_DATA_BASENAME="apla-qs-0.9.3-fast-install-data-20190402074118-1-nodes.tar.gz"
FAST_INSTALL_DATA_URL="https://github.com/blitzstern5/quick-start-data/raw/master/apla/0.9.3/apla-qs-0.9.3-fast-install-data-20190402133432-1-nodes.tar.gz"
FAST_INSTALL_DATA_BASENAME="apla-qs-0.9.3-fast-install-data-20190402133432-1-nodes.tar.gz"
else
FAST_INSTALL_DATA_URL="https://github.com/blitzstern5/quick-start-data/raw/master/genesis/0.9.3/genesis-qs-0.9.3-fast-install-data-20190402074118-1-nodes.tar.gz"
FAST_INSTALL_DATA_BASENAME="genesis-qs-0.9.3-fast-install-data-20190402074118-1-nodes.tar.gz"
Expand Down

0 comments on commit a4022c1

Please sign in to comment.