From 376c73fbf136f5153bc3ec74f83f9728dc84f9d7 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 21 Oct 2024 23:50:05 -0400 Subject: [PATCH] Move to newer keyfile strategy --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 8d409d0..367cd5c 100755 --- a/installJRMC +++ b/installJRMC @@ -576,7 +576,7 @@ install_mc_repo() { install_package wget debug "Installing JRiver Media Center RPM key" local keyfile="/usr/share/keyrings/jriver-com-archive-keyring.gpg" - wget -O- http://dist.jriver.com/mediacenter@jriver.com.gpg.key | + wget --quiet --output-document=- http://dist.jriver.com/mediacenter@jriver.com.gpg.key | gpg --dearmor | sudo tee "$keyfile" &>/dev/null debug "Adding MC repository to $deb_repo_file" sudo bash -c "cat <<-EOF > $deb_repo_file