#add phpsettings
This commit is contained in:
parent
67dfa07de8
commit
2bfacdd46e
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ error_check "Updating MISP to the latest 2.4 release"
|
|||
sudo -u ${APACHE_USER} ${MISP_PATH}/app/Console/cake Admin runUpdates &>> $logfile
|
||||
error_check_soft "Updating MISP's database to the latest 2.4 release's schema"
|
||||
|
||||
print_status "Installing apt packages (supervisor jq python3 python3-pip virtualenv)..."
|
||||
declare -a packages=( supervisor jq python3 python3-pip virtualenv );
|
||||
print_status "Installing apt packages (supervisor jq python3 python3-pip python3-virtualenv)..."
|
||||
declare -a packages=( supervisor jq python3 python3-pip python3-virtualenv );
|
||||
install_packages ${packages[@]}
|
||||
error_check "Basic dependencies installation"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue