From 3c58995065d6f670a67045d1e8f064d5f2b51090 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 23 Aug 2021 19:59:37 -0400 Subject: alsvid3: Install LibreWolf --- 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' -- cgit v0.9.1