Skip to content

Commit

Permalink
Made the one liner checkout v0.2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
sfaber34 committed Sep 3, 2024
1 parent 18bc448 commit b088310
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/nextjs/public/runBuidlGuidlClient.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# Default values for the options
e="geth"
c="prysm"
e="reth"
c="lighthouse"

# Help function to display usage information
show_help() {
Expand Down Expand Up @@ -228,6 +228,7 @@ if [ ! -d "$HOME/buidlguidl-client" ]; then
cd ~
git clone https://github.com/BuidlGuidl/buidlguidl-client.git
cd buidlguidl-client
git checkout v0.2.0-alpha
yarn install
else
echo -e "\n⌛️ Updating buidlguidl-client repo"
Expand Down

0 comments on commit b088310

Please sign in to comment.