Merge pull request #7289 from SteveClement/tools

chg: [installer] Added modulesCAKE fn
pull/7291/head
Steve Clement 2021-04-02 19:00:02 +09:00 committed by GitHub
commit 13e4da2bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -96,8 +96,9 @@
## 6_viper.sh ##
## 0_RHEL_SCL.sh ##
## 0_RHEL7_SCL.sh ##
## 0_RHEL7_EPEL.sh ##
## 0_CentOS_EPEL.sh ##
## 0_RHEL_EPEL.sh ##
## 0_yumInstallCoreDeps.sh ##
## 1_mispCoreInstall_RHEL.sh ##
## 1_installCake_RHEL.sh ##
@ -363,6 +364,10 @@ installSupported () {
[[ -n $MODULES ]] || [[ -n $ALL ]] && mispmodules
progress 4
# Install misp-modules - functionLocation('generic/misp-modules-cake.md')
[[ -n $MODULES ]] || [[ -n $ALL ]] && modulesCAKE
progress 4
# Install Viper - functionLocation('generic/viper-debian.md')
## FIXME: The current state of Viper is broken, disabling any use.
##[[ -n $VIPER ]] || [[ -n $ALL ]] && viper
@ -627,6 +632,7 @@ installMISPonKali () {
debug "Installing misp-modules"
mispmodules
modulesCAKE
## FIXME: The current state of Viper is broken, disabling any use.
##debug "Installing Viper"
@ -720,6 +726,7 @@ installMISPRHEL () {
space
mispmodulesRHEL
modulesCAKE
echo "MISP modules installation finished."
fi