mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Update soup
This commit is contained in:
@@ -379,14 +379,18 @@ enable_highstate() {
|
|||||||
|
|
||||||
es_version_check() {
|
es_version_check() {
|
||||||
CHECK_ES=$(echo $INSTALLEDVERSION | awk -F. '{print $3}')
|
CHECK_ES=$(echo $INSTALLEDVERSION | awk -F. '{print $3}')
|
||||||
|
|
||||||
if [ "$CHECK_ES" -lt "110" ]; then
|
if [ "$CHECK_ES" -lt "110" ]; then
|
||||||
echo "In order to update to the latest version of Security Onion you need to at least be on version 2.3.110. We recommend installing 2.3.130."
|
echo "You are currently running Security Onion $INSTALLEDVERSION. You will need to update to version 2.3.130 before updating to 2.3.140 or higher."
|
||||||
echo ""
|
echo ""
|
||||||
echo "To install 2.3.130 via the internet use the following command:"
|
echo "If your deployment has Internet access, you can use the following command to update to 2.3.130:
|
||||||
echo "sudo BRANCH=2.3.130-20220607 soup"
|
sudo BRANCH=2.3.130-20220607 soup"
|
||||||
echo "If you are an airgap userplease download 2.3.130 from https://download.securityonion.net/file/securityonion/securityonion-2.3.130-20220607.iso"
|
echo ""
|
||||||
echo "*** YOU WILL NEED TO RUN THE SOUP COMMAND TWICE! ***"
|
echo "Otherwise, if your deployment is configured for airgap, you can instead download the 2.3.130 ISO image from https://download.securityonion.net/file/securityonion/securityonion-2.3.130-20220607.iso."
|
||||||
|
echo ""
|
||||||
|
echo "*** Once you have updated to 2.3.130, you can then update to 2.3.140 or higher as you would normally. ***"
|
||||||
exit 0
|
exit 0
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
generate_and_clean_tarballs() {
|
generate_and_clean_tarballs() {
|
||||||
|
|||||||
Reference in New Issue
Block a user