Skip to content

Commit

Permalink
cardano-node: 8.11.0 -> 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Jul 3, 2024
1 parent 7a871c1 commit 2fc24f9
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 601 deletions.
4 changes: 2 additions & 2 deletions docs/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mkdir -p bin
version=0.17.0
curl -L -O https://github.com/input-output-hk/hydra/releases/download/${version}/hydra-x86_64-linux-${version}.zip
unzip -d bin hydra-x86_64-linux-${version}.zip
curl -L -o - https://github.com/IntersectMBO/cardano-node/releases/download/8.11.0/cardano-node-8.11.0-linux.tar.gz \
curl -L -o - https://github.com/IntersectMBO/cardano-node/releases/download/9.0.0/cardano-node-9.0.0-linux.tar.gz \
| tar xz ./bin/cardano-node ./bin/cardano-cli
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2412.0/mithril-2412.0-linux-x64.tar.gz \
| tar xz -C bin mithril-client
Expand All @@ -55,7 +55,7 @@ mkdir -p bin
version=0.17.0
curl -L -O https://github.com/input-output-hk/hydra/releases/download/${version}/hydra-aarch64-darwin-${version}.zip
unzip -d bin hydra-aarch64-darwin-${version}.zip
curl -L -o - https://github.com/IntersectMBO/cardano-node/releases/download/8.11.0/cardano-node-8.11.0-macos.tar.gz \
curl -L -o - https://github.com/IntersectMBO/cardano-node/releases/download/9.0.0/cardano-node-9.0.0-macos.tar.gz \
| tar xz --wildcards ./bin/cardano-node ./bin/cardano-cli './bin/*.dylib'
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2412.0/mithril-2412.0-macos-x64.tar.gz \
| tar xz -C bin
Expand Down
Loading

0 comments on commit 2fc24f9

Please sign in to comment.