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 <anton@tailscale.com>
pull/7057/head
Anton Tolchanov 1 year ago committed by Anton Tolchanov
parent 586a88c710
commit b49aa6ac31

@ -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

Loading…
Cancel
Save