diff options
author | onefang | 2019-11-23 23:39:46 +1000 |
---|---|---|
committer | onefang | 2019-11-23 23:39:46 +1000 |
commit | 5e035bab5e900326ee72a3ed65e4f1edd6f99d76 (patch) | |
tree | a8cb018dee705476d4c7ae2fcfaa1dcaa5fbbc89 | |
parent | Decode curl command return status. (diff) | |
download | apt-panopticon-5e035bab5e900326ee72a3ed65e4f1edd6f99d76.zip apt-panopticon-5e035bab5e900326ee72a3ed65e4f1edd6f99d76.tar.gz apt-panopticon-5e035bab5e900326ee72a3ed65e4f1edd6f99d76.tar.bz2 apt-panopticon-5e035bab5e900326ee72a3ed65e4f1edd6f99d76.tar.xz |
Uncomment the util-linux file test.
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 = "" |