From 76fecec995a684e7b444dfc6bfcedaf7c65d7ca2 Mon Sep 17 00:00:00 2001 From: molo1134 Date: Thu, 4 Nov 2021 12:57:52 -0400 Subject: [PATCH 1/2] add debian package list to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9dbb847..4d3879e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,13 @@ downloaded more recently than the latest weekly to feed to the importer. * DBI * DBD::SQLite +On Debian-based systems, install the following packages: + +* `p7zip` +* `libdbd-sqlite3-perl` +* `libdbi-perl` +* `curl` + ## First-use prep uls-fetch.sh is what downloads ULS archives, both initially and to check for From 20ffa83217d9a2761e8a6e6b76a2a1851e51aecd Mon Sep 17 00:00:00 2001 From: molo1134 Date: Fri, 12 Nov 2021 20:24:26 -0500 Subject: [PATCH 2/2] add libconfig-inifiles-perl; use p7zip-full --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d3879e..3b9ebc3 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ downloaded more recently than the latest weekly to feed to the importer. On Debian-based systems, install the following packages: -* `p7zip` +* `curl` +* `libconfig-inifiles-perl` * `libdbd-sqlite3-perl` * `libdbi-perl` -* `curl` +* `p7zip-full` ## First-use prep