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
This commit is contained in:
Charlie OKeefe 2018-05-21 20:58:03 -06:00 committed by Charlie O'Keefe
parent 5b34223880
commit b62ccfde55
1 changed files with 2 additions and 2 deletions

View File

@ -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
```