From 71e28c519c7cde6381b34b9d25e8441f20ec122e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 19 Apr 2023 10:16:56 +0200 Subject: [PATCH] firmware: update these numbers --- src/opnsense/scripts/shell/firmware.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/opnsense/scripts/shell/firmware.sh b/src/opnsense/scripts/shell/firmware.sh index f602a132e..9aaeffa00 100755 --- a/src/opnsense/scripts/shell/firmware.sh +++ b/src/opnsense/scripts/shell/firmware.sh @@ -65,9 +65,9 @@ if [ -n "${RELEASE}" ]; then echo "A major firmware upgrade is available for this installation: ${RELEASE}" echo echo "Make sure you have read the release notes and migration guide before" - echo "attempting this upgrade. Around 500MB will need to be downloaded and" - echo "require 1000MB of free space. Continue with this major upgrade by" - echo "typing the major upgrade version number displayed above." + echo "attempting this upgrade. Approx. 1000MB will need to be downloaded and" + echo "require 2000MB of free space to unpack. Continue with this major upgrade" + echo "by typing the major upgrade version number displayed above." echo echo "Minor updates may be available, answer 'y' to run them instead." echo