mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add function for 2.4.100
This commit is contained in:
@@ -386,6 +386,7 @@ preupgrade_changes() {
|
||||
[[ "$INSTALLEDVERSION" == 2.4.60 ]] && up_to_2.4.70
|
||||
[[ "$INSTALLEDVERSION" == 2.4.70 ]] && up_to_2.4.80
|
||||
[[ "$INSTALLEDVERSION" == 2.4.80 ]] && up_to_2.4.90
|
||||
[[ "$INSTALLEDVERSION" == 2.4.80 ]] && up_to_2.4.100
|
||||
true
|
||||
}
|
||||
|
||||
@@ -658,9 +659,12 @@ up_to_2.4.80() {
|
||||
}
|
||||
|
||||
up_to_2.4.90() {
|
||||
INSTALLEDVERSION=2.4.90
|
||||
}
|
||||
up_to_2.4.100() {
|
||||
# Elastic Update for this release, so download Elastic Agent files
|
||||
determine_elastic_agent_upgrade
|
||||
INSTALLEDVERSION=2.4.90
|
||||
INSTALLEDVERSION=2.4.100
|
||||
}
|
||||
|
||||
add_detection_test_pillars() {
|
||||
|
||||
Reference in New Issue
Block a user