diff options
author | onefang | 2023-07-27 19:07:06 +1000 |
---|---|---|
committer | onefang | 2023-07-27 19:07:06 +1000 |
commit | b5e22f06525f4747cf6133f4d0ad7c0ca5dfa862 (patch) | |
tree | 17b9f88cfb97791d668518dfd33d7fa1fc19412f | |
parent | Promote daedalus. (diff) | |
download | apt-panopticon-b5e22f06525f4747cf6133f4d0ad7c0ca5dfa862.zip apt-panopticon-b5e22f06525f4747cf6133f4d0ad7c0ca5dfa862.tar.gz apt-panopticon-b5e22f06525f4747cf6133f4d0ad7c0ca5dfa862.tar.bz2 apt-panopticon-b5e22f06525f4747cf6133f4d0ad7c0ca5dfa862.tar.xz |
Back up the Debian keyring.
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 3908193..4c58b55 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -36,7 +36,7 @@ local notExist = | |||
36 | local referenceDebs = | 36 | local referenceDebs = |
37 | { | 37 | { |
38 | -- Debian package. | 38 | -- Debian package. |
39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2023.05.28_all.deb", | 39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2023.05.26_all.deb", -- debian-keyring_2023.05.28_all.deb doesn't actually exist? It DID exist on some. lol |
40 | -- Debian security package. NOTE this one should always be redirected? | 40 | -- Debian security package. NOTE this one should always be redirected? |
41 | "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.8.2.2_all.deb", | 41 | "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.8.2.2_all.deb", |
42 | } | 42 | } |