mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Ensure htpasswd exists earlier in the install process
This commit is contained in:
@@ -2107,6 +2107,7 @@ saltify() {
|
|||||||
{
|
{
|
||||||
if [[ ! $is_iso ]]; then
|
if [[ ! $is_iso ]]; then
|
||||||
yum -y install salt-minion-3003\
|
yum -y install salt-minion-3003\
|
||||||
|
httpd-tools\
|
||||||
python3\
|
python3\
|
||||||
python36-docker\
|
python36-docker\
|
||||||
python36-dateutil\
|
python36-dateutil\
|
||||||
@@ -2132,6 +2133,7 @@ saltify() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
local pkg_arr=(
|
local pkg_arr=(
|
||||||
|
'apache2-utils'
|
||||||
'ca-certificates'
|
'ca-certificates'
|
||||||
'curl'
|
'curl'
|
||||||
'software-properties-common'
|
'software-properties-common'
|
||||||
|
|||||||
Reference in New Issue
Block a user