From b62ccfde556762779a71b7a22a047c7041254f38 Mon Sep 17 00:00:00 2001 From: Charlie OKeefe Date: Mon, 21 May 2018 20:58:03 -0600 Subject: [PATCH] Add rng-tools to the list of packages to install This was seen to fix an issue where gpg2 hung waiting for entropy when generating keys https://chat.zcashcommunity.com/channel/zcash-dev?msg=AkSCfLbihcgtECiig --- dependency_install_steps_by_platform/Ubuntu_18.04.x.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependency_install_steps_by_platform/Ubuntu_18.04.x.md b/dependency_install_steps_by_platform/Ubuntu_18.04.x.md index 0f3dd86..c3edaa6 100644 --- a/dependency_install_steps_by_platform/Ubuntu_18.04.x.md +++ b/dependency_install_steps_by_platform/Ubuntu_18.04.x.md @@ -11,10 +11,10 @@ Description: Ubuntu 18.04 LTS -## Install Git, VirtualBox, Ansible, and GnuPG +## Install Git, VirtualBox, Ansible, GnuPG, and rng-tools ``` -$ sudo apt install git virtualbox ansible gnupg2 +$ sudo apt install git virtualbox ansible gnupg2 rng-tools ```