summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl2
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl
index b9b7f52886a..501cb094f96 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -346,7 +346,7 @@ if ($opt_verify_downloads) {
if (TeXLive::TLUtils::setup_gpg($::installerdir)) {
log("Trying to verify cryptographic signatures!\n")
} else {
- tlwarn("Setting up gpg did not succeed!\n");
+ tlwarn("Couldn't detect gpg so will proceed without verification!\n");
}
}
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 0d53f1aad7a..af0bdd3dd12 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -632,7 +632,7 @@ for the full story.\n";
if (TeXLive::TLUtils::setup_gpg($Master)) {
log("Trying to verify cryptographic signatures!\n")
} else {
- tlwarn("Setting up gpg did not succeed!\n");
+ tlwarn("Couldn't detect gpg so will proceed without verification!\n");
}
}