summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-05-15 00:36:00 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-05-16 17:19:04 (EDT)
commitaaead472ca2b46da20aad5e43d2d7f26f9ac005b (patch)
tree9e8c6b2851de571764c24b09c86f852b8a292a2e /hosts
parent7d79d62826b2e990d7113d0d383d2d9b720275c2 (diff)
downloadpc-inst-aaead472ca2b46da20aad5e43d2d7f26f9ac005b.zip
pc-inst-aaead472ca2b46da20aad5e43d2d7f26f9ac005b.tar.gz
pc-inst-aaead472ca2b46da20aad5e43d2d7f26f9ac005b.tar.bz2
logi1: Install diffoscope
Diffstat (limited to 'hosts')
-rw-r--r--hosts/logi1/postinst3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst
index 15512a7..7fc0602 100644
--- a/hosts/logi1/postinst
+++ b/hosts/logi1/postinst
@@ -64,6 +64,9 @@ in_target update-rc.d mpd disable
in_target apt-get -q -y install kicad/stretch-backports || return 1
in_target apt-get -q -y install tor/stretch-backports torsocks || return 1
+# Install diffoscope (needs "--no-install-recommends").
+in_target apt-get -q -y --no-install-recommends install diffoscope
+
# Set default x-www-browser.
in_target update-alternatives --set x-www-browser /usr/bin/midori