From 54d50b2ef49f5bb74b1b98a5a97c4fe5fb15a807 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 4 Jun 2019 15:10:34 +0200 Subject: [PATCH] Set hkp protocol for keyserver in remote install script. Fixes #1596 --- scripts/remote-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remote-install.sh b/scripts/remote-install.sh index 39598dd8..6937141e 100644 --- a/scripts/remote-install.sh +++ b/scripts/remote-install.sh @@ -146,7 +146,7 @@ deb-src http://archive.ubuntu.com/ubuntu/ ${UBUNTU_CODENAME}-updates main univer EOFLIST2 fi -apt-key adv --keyserver keyserver.ubuntu.com:80 --recv-keys A2E3EF7B +apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A2E3EF7B log "Update system packages" apt-get update