From 123d30a094d68a10b3d3ba1c3239ae44bd1114e0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 24 Sep 2021 14:35:17 -0400 Subject: alsvid3: Fix path to APT archive key --- (limited to 'hosts/alsvid3/postinst') diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst index 39c33a6..6bd8b22 100644 --- a/hosts/alsvid3/postinst +++ b/hosts/alsvid3/postinst @@ -167,7 +167,8 @@ 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 +wget -O - "${key_uri}" | gpg --dearmor \ + >"${target}/etc/apt/trusted.gpg.d/icecat.gpg" in_target apt-get update in_target apt-get -q -y install icecat -- cgit v0.9.1