Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add instruction to install libtinfo5 for recent Ubuntu versions

...

Code Block
languagebash
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88
sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb bionic stable"
sudo add-apt-repository "deb https://repo.sovrin.org/deb bionic stable"
sudo apt-get update -y
sudo apt-get upgrade -y 
sudo apt-get install -y indy-cli
cd ~


(info) If you are using a recent version of Ubuntu (+20.x) you should install the "shared low-level terminfo library" or the indy-cli installation may fail;

sudo apt install -y libtinfo5


Now download the Indicio TestNet Genesis file:

...