diff options
author | Robby Workman <rworkman@slackware.com> | 2018-09-05 22:49:24 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2018-09-05 22:50:09 -0500 |
commit | ff0b9ff70a6031e712035e98b1dd2845774cb137 (patch) | |
tree | 51fe3d394ae576d0ee3174be356487b86d7dcfdc /files | |
parent | 24ec5a28f81504c339152840c4282c77b2506398 (diff) | |
download | slackpkg-ff0b9ff70a6031e712035e98b1dd2845774cb137.tar.xz |
Mention possible stale mirror if CHECKSUMS.md5 gpg verify failsslackpkg-2.83.0-noarch-4.txz
Signed-off-by: Robby Workman <rworkman@slackware.com>
Diffstat (limited to 'files')
-rw-r--r-- | files/core-functions.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/files/core-functions.sh b/files/core-functions.sh index 76cab6f..908edb0 100644 --- a/files/core-functions.sh +++ b/files/core-functions.sh @@ -1067,7 +1067,10 @@ function updatefilelists() echo -e "\ \n\t\tERROR: Verification of the gpg signature on CHECKSUMS.md5\n\ \t\t failed! This could mean that the file is out of date\n\ -\t\t or has been tampered with.\n" +\t\t or has been tampered with. If you use mirrors.slackware.com\n\ +\t\t as your mirror, this could also mean that the mirror to\n\ +\t\t which you got redirected is not yet updated with the most\n\ +\t\t recent changes in the Slackware tree.\n" cleanup fi elif [ "$SLACKKEY" != "" ]; then |