summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-23 19:13:50 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-23 20:05:09 (EDT)
commit4d9591aac95f633658c107aeb6ec1a98cca2476c (patch)
treeb79993da35ca51c229a2a99a79b51be7db5ed918
parentf3777c15f1e88bff05a2b6aa0d08d5072ce8d1bd (diff)
downloadpc-inst-4d9591aac95f633658c107aeb6ec1a98cca2476c.zip
pc-inst-4d9591aac95f633658c107aeb6ec1a98cca2476c.tar.gz
pc-inst-4d9591aac95f633658c107aeb6ec1a98cca2476c.tar.bz2
alsvid3: Install GNU IceCat
-rw-r--r--hosts/alsvid3/postinst12
1 files changed, 12 insertions, 0 deletions
diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst
index 892bf70..6765395 100644
--- a/hosts/alsvid3/postinst
+++ b/hosts/alsvid3/postinst
@@ -158,6 +158,18 @@ in_target sh <<-EOF
EOF
[ ${?} -ne 0 ] && return 1
+# Install GNU IceCat.
+deb_uri='http://download.opensuse.org'
+deb_uri="${deb_uri}/repositories/home:/losuler:/icecat/Debian_10/"
+key_uri='https://download.opensuse.org'
+key_uri="${key_uri}/repositories/home:losuler:icecat/Debian_10/Release.key"
+cat >"${target}/etc/apt/sources.list.d/icecat.list" <<-EOF
+ deb ${deb_uri} /
+ EOF
+wget -O - "${key_uri}" | gpg --dearmor >/etc/apt/trusted.gpg.d/icecat.gpg
+in_target apt-get update
+in_target apt-get -q -y install icecat
+
# Install ssic.
in_target wget 'http://www.pehjota.net/~pj/ssic/ssic_1.0.0-1_all.deb'
printf '%s %s\n' \