summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-05-06 17:18:17 (EDT)
committer P. J. McDermott <pj@pehjota.net>2016-05-06 17:18:17 (EDT)
commit309c42db5d6f190dc7ed0159828d40f794ff633d (patch)
treef16c5f07027d85066c2fa1771c7ab4e1be12b0fe /hosts
parent8ee5e75f55c1696e9559b12ada305e85029917a8 (diff)
downloadpc-inst-309c42db5d6f190dc7ed0159828d40f794ff633d.zip
pc-inst-309c42db5d6f190dc7ed0159828d40f794ff633d.tar.gz
pc-inst-309c42db5d6f190dc7ed0159828d40f794ff633d.tar.bz2
alsvid2: Install iceweasel
Diffstat (limited to 'hosts')
-rw-r--r--hosts/alsvid24
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/alsvid2 b/hosts/alsvid2
index 3c538b3..a5099d4 100644
--- a/hosts/alsvid2
+++ b/hosts/alsvid2
@@ -73,6 +73,7 @@ postinst_pkgs='
librsvg2-bin xcftools imagemagick
kanatest
pidgin mumble gobby
+ iceweasel
claws-mail claws-mail-fancy-plugin
claws-mail-pgpmime claws-mail-pgpinline
claws-mail-spam-report html2ps
@@ -146,6 +147,9 @@ do_postinst()
in_target apt-get -q -y install \
tor/jessie-backports torsocks/jessie-backports || return 1
+ # Set default x-www-browser.
+ in_target update-alternatives --set x-www-browser /usr/bin/midori
+
# Purge systemd.
in_target apt-get -q -y purge libpam-systemd systemd || return 1
in_target apt-get -q -y --purge autoremove || return 1