diff options
Diffstat (limited to '')
-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 4b9e359..8e40449 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -96,7 +96,7 @@ local referenceDevs = | |||
96 | { | 96 | { |
97 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. | 97 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. |
98 | "merged/pool/DEVUAN/main/d/desktop-base/desktop-base_2.0.3_all.deb", | 98 | "merged/pool/DEVUAN/main/d/desktop-base/desktop-base_2.0.3_all.deb", |
99 | -- "merged/pool/DEVUAN/main/u/util-linux/util-linux_2.32.1-0.1+devuan2.1_amd64.deb", | 99 | "merged/pool/DEVUAN/main/u/util-linux/util-linux_2.32.1-0.1+devuan2.1_amd64.deb", |
100 | } | 100 | } |
101 | local arg = {} | 101 | local arg = {} |
102 | local sendArgs = "" | 102 | local sendArgs = "" |