summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-17 03:01:15 +0000
committerNorbert Preining <norbert@preining.info>2022-02-17 03:01:15 +0000
commitbd0e05b5b4dba5b38512acb2e7104f180fdb97e6 (patch)
treefd0c2e1e01289d188075990b8126941d5be9c1c0 /systems/texlive/tlnet/install-tl
parente1b70cd3906c3b92e231eb8001f1a0c0eb2053c1 (diff)
CTAN sync 202202170301
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl24
1 files changed, 15 insertions, 9 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index f66ddc12f0..6c98a5d713 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 62016 2022-02-14 06:44:19Z preining $
+# $Id: install-tl 62031 2022-02-15 01:54:19Z karl $
# Copyright 2007-2021
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -10,7 +10,7 @@
use strict; use warnings;
-my $svnrev = '$Revision: 62016 $';
+my $svnrev = '$Revision: 62031 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -725,14 +725,20 @@ if ($opt_gui eq 'text' or $opt_gui eq 'extl' or $opt_profile ne "") {
if (@::installation_failed_packages) {
print <<EOF;
-*************** WARNING *************************
-The following list of inessential packages have failed to install
+*** PLEASE READ THIS WARNING ***********************************
+
+The following (inessential) packages failed to install properly:
+
@::installation_failed_packages
-You can fix this by running
+
+You can fix this by running this command:
tlmgr update --all --reinstall-forcibly-removed
-to complete the installation. Doing this immediately might not work
-and the command needs to be called later on.
-************************************************
+to complete the installation.
+
+However, if the problem was a failure to download (by far the
+most common cause), you should ensure that your network connection
+is working first.
+******************************************************************
EOF
}
}
@@ -3143,7 +3149,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: install-tl 62016 2022-02-14 06:44:19Z preining $
+$Id: install-tl 62031 2022-02-15 01:54:19Z karl $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html