From 89f144df75335ae3f2556c19e9ce1bcf0085b21b Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 11 Mar 2026 16:05:06 -0400 Subject: [PATCH] Remove upgrade instructions for 2.4 branch Removed outdated instructions for upgrading to the latest 2.4 branch. --- salt/manager/tools/sbin/soup | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index c8c57250e..e644e6ec5 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -377,7 +377,6 @@ postupgrade_changes() { check_minimum_version() { if [[ "$INSTALLEDVERSION" != "2.4.210" ]] && [[ "$INSTALLEDVERSION" != "2.4.211" ]] && [[ ! "$INSTALLEDVERSION" =~ ^3\. ]]; then echo "You must be on at least Security Onion 2.4.210 to upgrade. Currently installed version: $INSTALLEDVERSION" - echo "Run sudo BRANCH=2.4/main soup to install the latest 2.4 branch before running soupto3" exit 1 fi }