From b49aa6ac3137da2527f0d4c3cdafecaebf5b890c Mon Sep 17 00:00:00 2001 From: Anton Tolchanov Date: Tue, 24 Jan 2023 12:47:25 +0000 Subject: [PATCH] scripts: explicitly install tailscale-archive-keyring This will ensure that the `tailscale-archive-keyring` Debian package gets installed by the installer script. Updates #3151 Signed-off-by: Anton Tolchanov --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index c20cade76..406b32d45 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -487,7 +487,7 @@ main() { ;; esac $SUDO apt-get update - $SUDO apt-get install -y tailscale + $SUDO apt-get install -y tailscale tailscale-archive-keyring if [ "$APT_SYSTEMCTL_START" = "true" ]; then $SUDO systemctl enable --now tailscaled $SUDO systemctl start tailscaled