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.

9 lines
164 B

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