diff --git a/book/src/running-replicator.md b/book/src/running-replicator.md index a7ef0da6eb..bc64ec407f 100644 --- a/book/src/running-replicator.md +++ b/book/src/running-replicator.md @@ -53,7 +53,7 @@ software. ##### Linux and mac OS ```bash -$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.0/install/solana-install-init.sh | sh -s +$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.1/install/solana-install-init.sh | sh -s ``` Alternatively build the `solana-install` program from source and run the diff --git a/book/src/validator-testnet.md b/book/src/validator-testnet.md index 097787490c..1553b0729c 100644 --- a/book/src/validator-testnet.md +++ b/book/src/validator-testnet.md @@ -27,16 +27,16 @@ commands in the following pages. If you are bootstrapping with `solana-install`, you can specify the release tag or named channel to install to match your desired testnet. ```bash -$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.0/install/solana-install-init.sh | sh -s - 0.18.0 +$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.1/install/solana-install-init.sh | sh -s - 0.18.1 ``` ```bash -$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.0/install/solana-install-init.sh | sh -s - beta +$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.18.1/install/solana-install-init.sh | sh -s - beta ``` Similarly, you can add this argument to the `solana-install` command if you've built the program from source: ```bash -$ solana-install init 0.18.0 +$ solana-install init 0.18.1 ``` If you are downloading pre-compiled binaries or building from source, simply choose the release matching your desired testnet.