From 7f4cda23acb2f8341522741688a2f17082d84ed7 Mon Sep 17 00:00:00 2001 From: Patrick O'Doherty Date: Wed, 10 Apr 2024 18:58:35 -0500 Subject: [PATCH] scripts/installer.sh: add rpm GPG key import (#11686) Extend the `zypper` install to import importing the GPG key used to sign the repository packages. Updates #11635 Signed-off-by: Patrick O'Doherty --- scripts/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/installer.sh b/scripts/installer.sh index 2bbe40569..711db942b 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -504,6 +504,7 @@ main() { ;; zypper) set -x + $SUDO rpm --import "https://pkgs.tailscale.com/$TRACK/$OS/$VERSION/repo.gpg" $SUDO zypper --non-interactive ar -g -r "https://pkgs.tailscale.com/$TRACK/$OS/$VERSION/tailscale.repo" $SUDO zypper --non-interactive --gpg-auto-import-keys refresh $SUDO zypper --non-interactive install tailscale