added installation of rng-tools

pull/4/head
Cédric Bonhomme 2017-07-06 10:48:30 +02:00
parent 345a4a5a87
commit f2c58af7a5
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ chmod -R 750 $PATH_TO_MISP/app/Config
echo -e "\n--- Generating a GPG encryption key... ---\n"
apt-get install rng-tools
mkdir $PATH_TO_MISP/.gnupg
chmod 700 $PATH_TO_MISP/.gnupg
cat >gen-key-script <<EOF