diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-19 18:18:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-19 18:18:41 +0000 |
commit | 5a892d135c9e82899f686c067890e890186b1fc8 (patch) | |
tree | 2a966a728e693a6369e7df4adedc2894f8bb8acf | |
parent | 17886c950c8aef490e4b04004794f0f34fed192a (diff) |
(setup_one_remotetlpdb): adjust message;
VS_CONNECTION_ERROR does not necessarily mean they don't have
any Internet connection at all (we can't know that).
git-svn-id: svn://tug.org/texlive/trunk@52123 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index a41bff2b3a4..590d4542853 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -6948,14 +6948,14 @@ sub setup_one_remotetlpdb { = TeXLive::TLCrypto::verify_checksum($loc_copy_of_remote_tlpdb, $path); if ($ret == $VS_CONNECTION_ERROR) { info(<<END_NO_INTERNET); -No connection to the internet. Unable to download the checksum of the remote TeX Live database, -but found a local copy so using that. +but found a local copy, so using that. -You may want to try specifying an explicit or different CTAN mirror; +You may want to try specifying an explicit or different CTAN mirror, +or maybe you need to specify proxy information if you're behind a firewall; see the information and examples for the -repository option at https://tug.org/texlive/doc/install-tl.html -(or in the output of install-tl --help). +(and in the output of install-tl --help). END_NO_INTERNET # above text duplicated in install-tl |