summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-22 03:00:45 +0000
committerNorbert Preining <norbert@preining.info>2019-12-22 03:00:45 +0000
commit00707dfd6ac16ef1f4dc0cf9512c42f2fd20ad35 (patch)
treed378f3659bf663a1e2e913c8276464e7078f6207 /systems/texlive/tlnet/install-tl
parent5a9a925f76657ce6e1d54a58bad83ce71f7f324d (diff)
CTAN sync 201912220300
Diffstat (limited to 'systems/texlive/tlnet/install-tl')
-rwxr-xr-xsystems/texlive/tlnet/install-tl13
1 files changed, 9 insertions, 4 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index 80eb08679f..f131e0ed88 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 53076 2019-12-10 06:20:44Z preining $
+# $Id: install-tl 53198 2019-12-20 23:55:46Z karl $
# Copyright 2007-2019
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -8,7 +8,7 @@
# Be careful when changing wording: *every* normal informational message
# output here must be recognized by the long grep in tl-update-tlnet.
-my $svnrev = '$Revision: 53076 $';
+my $svnrev = '$Revision: 53198 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -666,7 +666,7 @@ if ($opt_profile eq "") {
# before we start the installation we check for the existence of
# a previous installation, and in case we ship inform the UI
- {
+ if (!exists $ENV{"TEXLIVE_INSTALL_NO_WELCOME"}) {
my $tlmgrwhich = which("tlmgr");
if ($tlmgrwhich) {
my $dn = dirname($tlmgrwhich);
@@ -3143,6 +3143,11 @@ variables.
Omit creating the ConTeXt cache. This is useful for redistributors.
+=item C<TEXLIVE_INSTALL_NO_IMPORT>
+
+Omit check for installing on top of a previous installation and then
+asking about importing previous settings.
+
=item C<TEXLIVE_INSTALL_NO_WELCOME>
Omit printing the welcome message after successful installation, e.g.,
@@ -3183,7 +3188,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 53076 2019-12-10 06:20:44Z preining $
+$Id: install-tl 53198 2019-12-20 23:55:46Z karl $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html