Anton Kaliaev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
scripts/install/install_tendermint_arm.sh
-
scripts/install/install_tendermint_bsd.sh
-
scripts/install/install_tendermint_ubuntu.sh
|
|
@ -5,7 +5,7 @@ REPO=github.com/tendermint/tendermint |
|
|
|
# change this to a specific release or branch |
|
|
|
BRANCH=master |
|
|
|
|
|
|
|
GO_VERSION=1.12.0 |
|
|
|
GO_VERSION=1.12 |
|
|
|
|
|
|
|
sudo apt-get update -y |
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ |
|
|
|
set BRANCH=master |
|
|
|
set REPO=github.com/tendermint/tendermint |
|
|
|
|
|
|
|
set GO_VERSION=1.12.0 |
|
|
|
set GO_VERSION=1.12 |
|
|
|
|
|
|
|
sudo pkg update |
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ REPO=github.com/tendermint/tendermint |
|
|
|
# change this to a specific release or branch |
|
|
|
BRANCH=master |
|
|
|
|
|
|
|
GO_VERSION=1.12.0 |
|
|
|
GO_VERSION=1.12 |
|
|
|
|
|
|
|
sudo apt-get update -y |
|
|
|
sudo apt-get install -y make |
|
|
|