From 8400822bfbd32074d5440ac4a6b97347f8b53f1c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 20 Aug 2021 19:16:20 -0400 Subject: alsvid3: Install diffoscope and related packages --- 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 -- cgit v0.9.1