mirror of https://github.com/zulip/zulip.git
upgrade-zulip-stage-2: Be more specific about OS upgrade steps.
This commit is contained in:
parent
3a17946c85
commit
1f2f28bbf5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue