From 8ea1881fc06cd4e40575c3b80162bce4b50021e7 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 20 Aug 2021 19:30:04 -0400 Subject: alsvid3: Drop old backports --- diff --git a/hosts/alsvid3/pkgs b/hosts/alsvid3/pkgs index ca21537..f00fa2a 100644 --- a/hosts/alsvid3/pkgs +++ b/hosts/alsvid3/pkgs @@ -123,9 +123,12 @@ ftp iperf3 nmap + tor + torsocks whois wget wireshark + youtube-dl # Network communication utilities netcat-openbsd openssh-client @@ -214,6 +217,7 @@ # Web browsers iceweasel lynx + midori torbrowser-launcher w3m # Mail client @@ -235,8 +239,9 @@ ledger libreoffice planner -# Solid CAD applications +# CAD applications gerbv + kicad meshlab openscad # Ncurses, SDL, Lua, GTK+, WebKitGTK+, etc. libraries 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 -- cgit v0.9.1