diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-15 01:54:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-15 01:54:19 +0000 |
commit | e0a165e65939adeb495b3e2beb97f231dc833a4f (patch) | |
tree | 6c55fd3ef6118353481d0fac3224d0c07014bfe0 | |
parent | 781b8612edf9b837b0482f1cf6b1397ad442fcea (diff) |
reword installation_failed msg
git-svn-id: svn://tug.org/texlive/trunk@62031 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/Master/install-tl b/Master/install-tl index 855bb38b1fd..8c36c2d4fa3 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -725,14 +725,20 @@ if ($opt_gui eq 'text' or $opt_gui eq 'extl' or $opt_profile ne "") { if (@::installation_failed_packages) { print <<EOF; -*************** WARNING ************************* -The following list of inessential packages have failed to install +*** PLEASE READ THIS WARNING *********************************** + +The following (inessential) packages failed to install properly: + @::installation_failed_packages -You can fix this by running + +You can fix this by running this command: tlmgr update --all --reinstall-forcibly-removed -to complete the installation. Doing this immediately might not work -and the command needs to be called later on. -************************************************ +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 +is working first. +****************************************************************** EOF } } |