mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Add Debian
This commit is contained in:
@@ -2013,7 +2013,7 @@ saltify() {
|
|||||||
if [[ $is_deb ]]; then
|
if [[ $is_deb ]]; then
|
||||||
|
|
||||||
DEBIAN_FRONTEND=noninteractive retry 150 20 "apt-get -y -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confold\" upgrade" >> "$setup_log" 2>&1 || fail_setup
|
DEBIAN_FRONTEND=noninteractive retry 150 20 "apt-get -y -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confold\" upgrade" >> "$setup_log" 2>&1 || fail_setup
|
||||||
update-alternatives --install /usr/bin/python python /usr/bin/python3.10 10
|
#update-alternatives --install /usr/bin/python python /usr/bin/python3.10 10
|
||||||
local pkg_arr=(
|
local pkg_arr=(
|
||||||
'apache2-utils'
|
'apache2-utils'
|
||||||
'ca-certificates'
|
'ca-certificates'
|
||||||
@@ -2021,7 +2021,7 @@ saltify() {
|
|||||||
'software-properties-common'
|
'software-properties-common'
|
||||||
'apt-transport-https'
|
'apt-transport-https'
|
||||||
'openssl'
|
'openssl'
|
||||||
'netcat'
|
'netcat-openbsd'
|
||||||
'jq'
|
'jq'
|
||||||
'gnupg'
|
'gnupg'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user