From f1d188a46d35ffc1ae8ccc7aba5f2c0571bd0e24 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 5 Jul 2022 16:50:20 -0400 Subject: [PATCH] Update soup --- salt/common/tools/sbin/soup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 1aaca5e28..7799a38ef 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -383,8 +383,8 @@ es_version_check() { if [ "$CHECK_ES" -lt "110" ]; then 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 "If your deployment has Internet access, you can use the following command to update to 2.3.130: -sudo BRANCH=2.3.130-20220607 soup" + 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" echo "" 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 ""