BuildOnViction / docs

📖 TomoChain documentation
https://docs.tomochain.com
MIT License
20 stars 23 forks source link

GnuPG 2.0 #141

Open xchng opened 5 years ago

xchng commented 5 years ago

Estimated time: [10]m


(Got an error while following MN installation guide. At the Install Docker Repositories paragraph)

What: After sending the command curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

I got the following error:

gpg: failed to start agent '/usr/bin/gpg-agent': No such file or directory gpg: can't connect to the agent: No such file or directory

Solution: User should install GnuPG 2.0 when it's not on system yet with following command sudo apt-get install gnupg2

Maybe this exception could be added to the guide for others that are setting up a MN.

etienne-napoleone commented 5 years ago

If you do take https://github.com/tomochain/docs/issues/157 @nyeates , please incorporate that change too, thanks!