Created
May 29, 2021 20:20
-
-
Save hunzai/c28c3cbb76e1bb7d8719a01bd307d9fa to your computer and use it in GitHub Desktop.
mina-ubuntu-20.04-LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p deps | |
cd deps | |
sudo apt update | |
wget http://de.archive.ubuntu.com/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-8_amd64.deb | |
wget http://de.archive.ubuntu.com/ubuntu/pool/universe/j/jemalloc/libjemalloc1_3.6.0-11_amd64.deb | |
wget http://archive.ubuntu.com/ubuntu/pool/main/p/procps/libprocps6_3.3.12-3ubuntu1_amd64.deb | |
sudo dpkg -i *.deb | |
cd | |
rm -rf deps | |
1- sudo apt update | |
2- echo "deb [trusted=yes] http://packages.o1test.net release main" | sudo tee /etc/apt/sources.list.d/mina.list | |
3- sudo apt-get update | |
4- sudo apt-get install -y curl unzip mina-mainnet=1.1.5-a42bdee |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment