diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-08-20 19:30:04 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-08-20 19:30:04 (EDT) |
commit | 8ea1881fc06cd4e40575c3b80162bce4b50021e7 (patch) | |
tree | 66d927409e7cb60086eb97a8163d98caea8920a3 /hosts/alsvid3/postinst | |
parent | 4b4081246e4f0a0e07559d9780bdfe52c27fc23a (diff) | |
download | pc-inst-8ea1881fc06cd4e40575c3b80162bce4b50021e7.zip pc-inst-8ea1881fc06cd4e40575c3b80162bce4b50021e7.tar.gz pc-inst-8ea1881fc06cd4e40575c3b80162bce4b50021e7.tar.bz2 |
alsvid3: Drop old backports
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 |