We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad30e9a commit 4e649ccCopy full SHA for 4e649cc
src/ci/docker/dist-various-1/install-x86_64-redox.sh
@@ -6,7 +6,7 @@ set -ex
6
apt-get update
7
apt-get install -y --no-install-recommends software-properties-common apt-transport-https
8
9
-apt-key adv --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F
+apt-key adv --batch --yes --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA12E97F0881517F
10
add-apt-repository -y 'deb https://static.redox-os.org/toolchain/apt /'
11
12
0 commit comments