You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
226 B

9 years ago
  1. #! /bin/bash
  2. mkdir -p $GOPATH/src/$TMREPO
  3. cd $GOPATH/src/$TMREPO
  4. git clone https://$TMREPO.git .
  5. git fetch
  6. git reset --hard $TMHEAD
  7. go get -d $TMREPO/cmd/tendermint
  8. make
  9. tendermint node --seeds="$TMSEEDS" --moniker="$TMNAME"