diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-17 22:24:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-17 22:24:41 +0000 |
commit | 138e036510b19983e3090120941329a65543b64a (patch) | |
tree | 7f2826101b8ff57dc57fb38210ea4fe3216e22c5 /Master/install-tl | |
parent | 25e7504ff13c34acbde31eb76746f7c3541986c0 (diff) |
gpg and other doc
git-svn-id: svn://tug.org/texlive/trunk@41225 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/install-tl b/Master/install-tl index 2bc05ef77a6..ac113456307 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -2433,9 +2433,9 @@ a new menu (for debugging purposes). For Windows only: configure for the current user, not for all users. -=item B<--persistent-downloads> +=item B<-persistent-downloads> -=item B<--no-persistent-downloads> +=item B<-no-persistent-downloads> For network installs, activating this option makes the installer try to set up a persistent connection using the C<Net::LWP> Perl module. This @@ -2445,13 +2445,15 @@ package, which typically yields a significant speed-up. This option is turned on by default, and the installation program will fall back to using C<wget> if this is not possible. To disable usage of -LWP and persistent connections, use C<--no-persistent-downloads>. +LWP and persistent connections, use C<-no-persistent-downloads>. -=item B<--no-verify-downloads> +=item B<-no-verify-downloads> By default, if a GnuPG C<gpg> binary is found in PATH, downloads are -verified against a cryptographic signature. This option disables -such verification. +verified against a cryptographic signature. This option disables such +verification. The full description is in the Crytographic Verification +section of the C<tlmgr> documentation, e.g., +L<http://tug.org/texlive/doc/tlmgr.html#CRYPTOGRAPHIC-VERIFICATION> =item B<-portable> |