From d18dc94209c00fae0fe68ebc9cea68fa6aec8c8c Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 29 Jul 2019 18:53:00 -0600 Subject: [PATCH] Update testnet book source to release 0.17.0 (#5339) --- book/src/testnet-participation.md | 2 +- book/src/testnet-replicator.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/book/src/testnet-participation.md b/book/src/testnet-participation.md index 1423c2498d..ba80cef152 100644 --- a/book/src/testnet-participation.md +++ b/book/src/testnet-participation.md @@ -74,7 +74,7 @@ The `solana-install` tool can be used to easily install and upgrade the cluster software on Linux x86_64 and mac OS systems. ```bash -$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.16.5/install/solana-install-init.sh | sh -s +$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.17.0/install/solana-install-init.sh | sh -s ``` Alternatively build the `solana-install` program from source and run the diff --git a/book/src/testnet-replicator.md b/book/src/testnet-replicator.md index d8a55446bb..6bde3eb2cf 100644 --- a/book/src/testnet-replicator.md +++ b/book/src/testnet-replicator.md @@ -53,8 +53,7 @@ software. ##### Linux and mac OS ```bash -$ export SOLANA_RELEASE=v0.16.0 # skip this line to install the latest release -$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.16.0/install/solana-install-init.sh | sh -s +$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.17.0/install/solana-install-init.sh | sh -s ``` Alternatively build the `solana-install` program from source and run the