summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-21 16:42:29 +0000
committerKarl Berry <karl@freefriends.org>2022-02-21 16:42:29 +0000
commitd1e62cd9eceab9c96f6bf187d0dec0823a8ecee6 (patch)
treefa465e31438b87b4d1dff7a8ef3e840d0be47ef2
parentcba69ba6761d43f9cedaa2d73a0b0ea0184b955f (diff)
install-tl-advanced.bat is gone.
git-svn-id: svn://tug.org/texlive/trunk@62118 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/install-tl10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 979b58c948b..b126ad79f11 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -728,6 +728,7 @@ if ($opt_gui eq 'text' or $opt_gui eq 'extl' or $opt_profile ne "") {
if (@::installation_failed_packages) {
print <<EOF;
+
*** PLEASE READ THIS WARNING ***********************************
The following (inessential) packages failed to install properly:
@@ -739,9 +740,10 @@ You can fix this by running this command:
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 @@ sub do_install_packages {
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 [I<option>]...
install-tl-windows.bat [I<option>]...
-install-tl-advanced.bat [I<option>]...
-
=head1 DESCRIPTION
This installer creates a runnable TeX Live installation from various