diff options
author | dvs1 | 2024-11-13 15:02:40 +1000 |
---|---|---|
committer | dvs1 | 2024-11-13 15:02:40 +1000 |
commit | 58fd79ba54e9068dfd23ffc401558e9f16172050 (patch) | |
tree | 403d254b63bd22e99c75500cc53f6e587b2f90e5 | |
parent | Updated Debian keyring. (diff) | |
download | apt-panopticon-58fd79ba54e9068dfd23ffc401558e9f16172050.zip apt-panopticon-58fd79ba54e9068dfd23ffc401558e9f16172050.tar.gz apt-panopticon-58fd79ba54e9068dfd23ffc401558e9f16172050.tar.bz2 apt-panopticon-58fd79ba54e9068dfd23ffc401558e9f16172050.tar.xz |
apt-transport-https went away, try tor instead.
Coz HTTPS is now built into apt.
-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 c41e9c6..8393ebb 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -38,7 +38,7 @@ local referenceDebs = | |||
38 | -- Debian package. | 38 | -- Debian package. |
39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2024.09.22_all.deb", | 39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2024.09.22_all.deb", |
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-tor_0.5_all.deb", |
42 | } | 42 | } |
43 | local referenceDevs = | 43 | local referenceDevs = |
44 | { | 44 | { |