summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-20 19:16:20 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-20 19:16:20 (EDT)
commit8400822bfbd32074d5440ac4a6b97347f8b53f1c (patch)
tree36935a74f003880e98685f6b0b9cdc1eaf070ec3
parent759c0249ff81934862ac762beaae484a5e569da1 (diff)
downloadpc-inst-8400822bfbd32074d5440ac4a6b97347f8b53f1c.zip
pc-inst-8400822bfbd32074d5440ac4a6b97347f8b53f1c.tar.gz
pc-inst-8400822bfbd32074d5440ac4a6b97347f8b53f1c.tar.bz2
alsvid3: Install diffoscope and related packages
-rw-r--r--hosts/alsvid3/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst
index b9db945..e70ee7f 100644
--- a/hosts/alsvid3/postinst
+++ b/hosts/alsvid3/postinst
@@ -38,6 +38,10 @@ in_target apt-get -q -y install kicad/jessie-backports || return 1
in_target apt-get -q -y install tor/jessie-backports torsocks/jessie-backports \
|| return 1
+# Install diffoscope (lots of recommended packages) and related packages.
+in_target apt-get -q -y --no-install-recommends install diffoscope \
+ jsbeautifier trydiffoscope
+
# Set default x-www-browser.
in_target update-alternatives --set x-www-browser /usr/bin/midori