summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 5e701e9958c..3689be54959 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -587,11 +587,15 @@ sub do_remote_init {
}
if (!do_version_agree()) {
TeXLive::TLUtils::tldie <<END_MISMATCH;
+=============================================================================
$0: The TeX Live versions of the local installation
and the repository being accessed are not compatible:
local: $TeXLive::TLConfig::ReleaseYear
repository: $texlive_release
Perhaps you need to use a different CTAN mirror?
+(For more, see the output of install-tl --help, especially the
+ -repository option. Online via http://tug.org/texlive/doc.)
+=============================================================================
END_MISMATCH
}
final_remote_init();