diff options
author | onefang | 2024-04-27 11:27:10 +1000 |
---|---|---|
committer | onefang | 2024-04-27 11:27:10 +1000 |
commit | c682a66a68fa35ee153f6f6f4773e6a443cfa128 (patch) | |
tree | 65534b28b28e6d651ebff03b83f3803be53df141 | |
parent | Another temporary patch, check for an earlier version of base-files, the curr... (diff) | |
download | apt-panopticon-c682a66a68fa35ee153f6f6f4773e6a443cfa128.zip apt-panopticon-c682a66a68fa35ee153f6f6f4773e6a443cfa128.tar.gz apt-panopticon-c682a66a68fa35ee153f6f6f4773e6a443cfa128.tar.bz2 apt-panopticon-c682a66a68fa35ee153f6f6f4773e6a443cfa128.tar.xz |
New base-files
I missed the ".1". lol
Diffstat (limited to '')
-rwxr-xr-x | apt-panopticon.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index bb816a1..4922332 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -44,8 +44,7 @@ local referenceDevs = | |||
44 | { | 44 | { |
45 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. | 45 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. |
46 | "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident. | 46 | "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident. |
47 | -- "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan4_all.deb", | 47 | "merged/pool/DEVUAN/main/b/base-files/base-files_13.1devuan1_all.deb", |
48 | "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan1_all.deb", | ||
49 | } | 48 | } |
50 | 49 | ||
51 | local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" | 50 | local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" |