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