github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/iavl/benchmarks/setup/INSTALL_ROOT.sh (about)

     1  #!/bin/sh
     2  
     3  apt-get update
     4  apt-get -y upgrade
     5  apt-get -y install make screen
     6  
     7  GOFILE=go1.12.7.linux-amd64.tar.gz
     8  
     9  wget https://storage.googleapis.com/golang/${GOFILE}
    10  tar -C /usr/local -xzf ${GOFILE}