From 65710e5ef1be708e55fb805fa694a7d4bdd1d49c Mon Sep 17 00:00:00 2001 From: j Date: Sat, 26 Mar 2022 12:51:30 +0100 Subject: [PATCH] add trusted.gpg file --- vm/pandora_install.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/vm/pandora_install.sh b/vm/pandora_install.sh index 75adf3d02..98ddc1ba5 100755 --- a/vm/pandora_install.sh +++ b/vm/pandora_install.sh @@ -33,6 +33,23 @@ echo "deb http://ppa.launchpad.net/j/pandora/ubuntu ${UBUNTU_CODENAME} main" > / apt-get install -y gnupg +if [ -e /etc/apt/trusted.gpg.d ]; then +gpg --dearmor > /etc/apt/trusted.gpg.d/j-pandora.gpg < /etc/apt/apt.conf.d/99languages apt-get update -qq