texlive[62118] Master/install-tl: install-tl-advanced.bat is gone.

commits+karl at tug.org commits+karl at tug.org
Mon Feb 21 17:42:30 CET 2022


Revision: 62118
          http://tug.org/svn/texlive?view=revision&revision=62118
Author:   karl
Date:     2022-02-21 17:42:29 +0100 (Mon, 21 Feb 2022)
Log Message:
-----------
install-tl-advanced.bat is gone.

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

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2022-02-21 16:34:31 UTC (rev 62117)
+++ trunk/Master/install-tl	2022-02-21 16:42:29 UTC (rev 62118)
@@ -728,6 +728,7 @@
 
   if (@::installation_failed_packages) {
     print <<EOF;
+
 *** PLEASE READ THIS WARNING ***********************************
 
 The following (inessential) packages failed to install properly:
@@ -739,9 +740,10 @@
 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
+most common cause), you need to ensure that your network connection
 is working first.
 ******************************************************************
+
 EOF
   }
 }
@@ -2184,9 +2186,7 @@
       my $repostr = ($opt_location ? " --repository $location" : "");
       my $args = "--profile $profile_name [YOUR-EXTRA-ARGS]";
       if (win32()) {
-        tlwarn("  install-tl-windows.bat$repostr $args\n"
-              ."or\n"
-              ."  install-tl-advanced.bat$repostr $args\n");
+        tlwarn("  install-tl-windows.bat$repostr $args\n");
       } else {
         tlwarn("  install-tl$repostr $args\n");
       }
@@ -2670,8 +2670,6 @@
 
 install-tl-windows.bat [I<option>]...
 
-install-tl-advanced.bat [I<option>]...
-
 =head1 DESCRIPTION
 
 This installer creates a runnable TeX Live installation from various



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