upgrade-zulip-stage-2: Be more specific about OS upgrade steps.

(cherry picked from commit 1f2f28bbf5)
This commit is contained in:
Alex Vandiver 2024-07-26 17:44:58 +00:00 committed by Tim Abbott
parent 81a79c3594
commit 86f8c553e3
1 changed files with 5 additions and 2 deletions

View File

@ -11,8 +11,11 @@ if ! "$ZULIP_PATH/scripts/lib/supported-os"; then
echo "Unsupported platform!" echo "Unsupported platform!"
echo echo
echo "Sorry! The support for your OS has been discontinued." echo "Sorry! The support for your OS has been discontinued."
echo "Please upgrade your OS to a supported release first." 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 "by following these instructions:"
echo
echo "https://zulip.readthedocs.io/en/latest/production/upgrade.html#upgrading-the-operating-system"
echo
exit 1 exit 1
fi fi