summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-23 19:59:37 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-23 20:06:33 (EDT)
commit3c58995065d6f670a67045d1e8f064d5f2b51090 (patch)
tree8f304785501364dc292afb4be4b354fa8be317e1
parentf59cd7164fcc23a8ff768a8f0a9fb8fd917d842b (diff)
downloadpc-inst-3c58995065d6f670a67045d1e8f064d5f2b51090.zip
pc-inst-3c58995065d6f670a67045d1e8f064d5f2b51090.tar.gz
pc-inst-3c58995065d6f670a67045d1e8f064d5f2b51090.tar.bz2
alsvid3: Install LibreWolf
-rw-r--r--hosts/alsvid3/postinst12
1 files changed, 10 insertions, 2 deletions
diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst
index 6765395..9215b4e 100644
--- a/hosts/alsvid3/postinst
+++ b/hosts/alsvid3/postinst
@@ -158,7 +158,7 @@ in_target sh <<-EOF
EOF
[ ${?} -ne 0 ] && return 1
-# Install GNU IceCat.
+# Install GNU IceCat and LibreWolf.
deb_uri='http://download.opensuse.org'
deb_uri="${deb_uri}/repositories/home:/losuler:/icecat/Debian_10/"
key_uri='https://download.opensuse.org'
@@ -167,8 +167,16 @@ 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
+deb_uri='http://download.opensuse.org'
+deb_uri="${deb_uri}/repositories/home:/bgstack15:/aftermozilla/Debian_Unstable/"
+key_uri='https://download.opensuse.org/repositories/home:bgstack15:aftermozilla'
+key_uri="${key_uri}/Debian_Unstable/Release.key"
+cat >"${target}/etc/apt/sources.list.d/librewolf.list" <<-EOF
+ deb ${deb_uri} /
+ EOF
+wget -O - "${key_uri}" | gpg --dearmor >/etc/apt/trusted.gpg.d/librewolf.gpg
in_target apt-get update
-in_target apt-get -q -y install icecat
+in_target apt-get -q -y install icecat librewolf
# Install ssic.
in_target wget 'http://www.pehjota.net/~pj/ssic/ssic_1.0.0-1_all.deb'