aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2023-07-27 19:07:06 +1000
committeronefang2023-07-27 19:07:06 +1000
commitb5e22f06525f4747cf6133f4d0ad7c0ca5dfa862 (patch)
tree17b9f88cfb97791d668518dfd33d7fa1fc19412f
parentPromote daedalus. (diff)
downloadapt-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-xapt-panopticon.lua2
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 =
36local referenceDebs = 36local 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}