texlive[62031] Master/install-tl: reword installation_failed msg

commits+karl at tug.org commits+karl at tug.org
Tue Feb 15 02:54:19 CET 2022


Revision: 62031
          http://tug.org/svn/texlive?view=revision&revision=62031
Author:   karl
Date:     2022-02-15 02:54:19 +0100 (Tue, 15 Feb 2022)
Log Message:
-----------
reword installation_failed msg

Modified Paths:
--------------
    trunk/Master/install-tl

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2022-02-15 00:49:01 UTC (rev 62030)
+++ trunk/Master/install-tl	2022-02-15 01:54:19 UTC (rev 62031)
@@ -725,14 +725,20 @@
 
   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
   }
 }



More information about the tex-live-commits mailing list.