diff options
Diffstat (limited to 'hosts/alsvid3')
-rw-r--r-- | hosts/alsvid3/postinst | 4 |
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 |