fix: Fixed diagnostic tool dependencies

pull/11/head
chrisr3d 2019-02-07 12:16:28 +01:00
parent 96f03ddca9
commit 4d45001359
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 4 additions and 0 deletions

View File

@ -818,6 +818,10 @@ chmod 700 $PATH_TO_MISP/.gnupg
chown -R misp:misp ~misp/.viper
chown misp:misp ~/mysql.txt
# Install Crypt_GPG and Console_CommandLine
sudo pear install ${PATH_TO_MISP}/INSTALL/dependencies/Console_CommandLine/package.xml 2>&1
sudo pear install ${PATH_TO_MISP}/INSTALL/dependencies/Crypt_GPG/package.xml 2>&1
TIME_END=$(date +%s)
TIME_DELTA=$(expr ${TIME_END} - ${TIME_START})