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:
parent
5b34223880
commit
b62ccfde55
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue