From 1f2f28bbf5f5d5fba123a5f2b6ad1ec5c18794ff Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Fri, 26 Jul 2024 17:44:58 +0000 Subject: [PATCH] upgrade-zulip-stage-2: Be more specific about OS upgrade steps. --- scripts/lib/upgrade-zulip-stage-2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/lib/upgrade-zulip-stage-2 b/scripts/lib/upgrade-zulip-stage-2 index 78e7a39f01..5529e251b4 100755 --- a/scripts/lib/upgrade-zulip-stage-2 +++ b/scripts/lib/upgrade-zulip-stage-2 @@ -11,8 +11,11 @@ if ! "$ZULIP_PATH/scripts/lib/supported-os"; then echo "Unsupported platform!" echo echo "Sorry! The support for your OS has been discontinued." - echo "Please upgrade your OS to a supported release first." - echo "See https://zulip.readthedocs.io/en/latest/production/upgrade.html#upgrading-the-operating-system" + echo "Please upgrade your OS to a supported release first," + echo "by following these instructions:" + echo + echo "https://zulip.readthedocs.io/en/latest/production/upgrade.html#upgrading-the-operating-system" + echo exit 1 fi