From 36f30226688562a9822c3cbbb64b826200931820 Mon Sep 17 00:00:00 2001 From: Botspot Date: Sun, 15 Aug 2021 21:01:52 -0500 Subject: [PATCH] Firefox RR: fix server signing from hpk:// to hkp:// --- apps/Firefox Rapid Release/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Firefox Rapid Release/install b/apps/Firefox Rapid Release/install index c8a632f..e9ec55b 100755 --- a/apps/Firefox Rapid Release/install +++ b/apps/Firefox Rapid Release/install @@ -13,7 +13,7 @@ echo "deb http://ports.ubuntu.com/ubuntu-ports bionic-updates main" | sudo tee / # Add ubuntu keyring echo "Signing ubuntu repository..." -sudo apt-key adv --keyserver hpk://keyserver.ubuntu.com:80 --recv-keys 3B4FE6ACC0B21F32 +sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3B4FE6ACC0B21F32 if [ $? != 0 ];then sudo rm -f /etc/apt/sources.list.d/firefox-ubuntu.list error "Failed to sign the bionic-updates repository!"