From 1b49c84d706d2e59b8f2300a0bdf408224ba7fc6 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:27:06 +0100 Subject: [PATCH] engine: add chmod a+r for gpg key Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/engine/install/debian.md | 1 + content/engine/install/raspberry-pi-os.md | 1 + content/engine/install/ubuntu.md | 1 + 3 files changed, 3 insertions(+) diff --git a/content/engine/install/debian.md b/content/engine/install/debian.md index c2f0d53a02..0961cbed1a 100644 --- a/content/engine/install/debian.md +++ b/content/engine/install/debian.md @@ -99,6 +99,7 @@ Docker from the repository. sudo apt-get install ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL {{% param "download-url-base" %}}/gpg -o /etc/apt/keyrings/docker.asc + sudo chmod a+r /etc/apt/keyrings/docker.asc # Add the repository to Apt sources: echo \ diff --git a/content/engine/install/raspberry-pi-os.md b/content/engine/install/raspberry-pi-os.md index 5b158efbe6..057c687b9e 100644 --- a/content/engine/install/raspberry-pi-os.md +++ b/content/engine/install/raspberry-pi-os.md @@ -101,6 +101,7 @@ Docker from the repository. sudo apt-get install ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL {{% param "download-url-base" %}}/gpg -o /etc/apt/keyrings/docker.asc + sudo chmod a+r /etc/apt/keyrings/docker.asc # Set up Docker's APT repository: echo \ diff --git a/content/engine/install/ubuntu.md b/content/engine/install/ubuntu.md index c33a15ee64..165f3aede2 100644 --- a/content/engine/install/ubuntu.md +++ b/content/engine/install/ubuntu.md @@ -110,6 +110,7 @@ Docker from the repository. sudo apt-get install ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL {{% param "download-url-base" %}}/gpg -o /etc/apt/keyrings/docker.asc + sudo chmod a+r /etc/apt/keyrings/docker.asc # Add the repository to Apt sources: echo \