From 00707dfd6ac16ef1f4dc0cf9512c42f2fd20ad35 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 22 Dec 2019 03:00:45 +0000 Subject: CTAN sync 201912220300 --- systems/texlive/tlnet/install-tl | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'systems/texlive/tlnet/install-tl') 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 + +Omit check for installing on top of a previous installation and then +asking about importing previous settings. + =item C 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) 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 -- cgit v1.2.3