diff options
Diffstat (limited to 'hosts/alsvid3/postinst')
-rw-r--r-- | hosts/alsvid3/postinst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst index e70ee7f..1144bb8 100644 --- a/hosts/alsvid3/postinst +++ b/hosts/alsvid3/postinst @@ -30,14 +30,6 @@ cat >"${target}/boot/grub/libreboot_grub.cfg" <<-EOF # Disable mpd service. in_target update-rc.d mpd disable -# Install backported packages. -in_target apt-get update || return 1 -in_target apt-get -q -y install midori || return 1 -in_target apt-get -q -y install youtube-dl/jessie-backports || return 1 -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 |