This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SYSTEM=ubuntu-x86_64 | |
| # Install walrus. | |
| curl https://storage.googleapis.com/mysten-walrus-binaries/walrus-testnet-latest-$SYSTEM -o walrus | |
| chmod +x walrus | |
| # Copy Warus config. | |
| mkdir -p ~/.config/walrus/ | |
| curl https://raw.githubusercontent.com/MystenLabs/walrus-docs/refs/heads/main/docs/client_config.yaml \ | |
| -o ~/.config/walrus/client_config.yaml | |
| # Install site-builder. | |
| curl https://storage.googleapis.com/mysten-walrus-binaries/site-builder-testnet-latest-$SYSTEM -o site-builder |