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

This commit is contained in:
Alex Vandiver 2024-07-26 17:44:58 +00:00 committed by Tim Abbott
parent 3a17946c85
commit 1f2f28bbf5
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
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