From 5ea3347250c2d251862e350de2615e198a5ab615 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 23 Aug 2021 20:12:33 -0400 Subject: Revert "alsvid3: Install LibreWolf" This reverts commit 3c58995065d6f670a67045d1e8f064d5f2b51090. LibreWolf targets sid and is not installable on bullseye: The following packages have unmet dependencies: librewolf : Depends: libnss3 (>= 2:3.63~) but 2:3.61-1 is to be installed --- (limited to 'hosts') diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst index 9215b4e..6765395 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 and LibreWolf. +# 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' @@ -167,16 +167,8 @@ 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 librewolf +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' -- cgit v0.9.1