aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
authoronefang2019-11-23 23:39:46 +1000
committeronefang2019-11-23 23:39:46 +1000
commit5e035bab5e900326ee72a3ed65e4f1edd6f99d76 (patch)
treea8cb018dee705476d4c7ae2fcfaa1dcaa5fbbc89 /apt-panopticon.lua
parentDecode curl command return status. (diff)
downloadapt-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 'apt-panopticon.lua')
-rwxr-xr-xapt-panopticon.lua2
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}
101local arg = {} 101local arg = {}
102local sendArgs = "" 102local sendArgs = ""