Skip to content

Instantly share code, notes, and snippets.

@PJTewkesbury
Last active December 22, 2022 09:19
Show Gist options
  • Save PJTewkesbury/bcc06c4a666ea37c61b1c65bd3db898a to your computer and use it in GitHub Desktop.
Save PJTewkesbury/bcc06c4a666ea37c61b1c65bd3db898a to your computer and use it in GitHub Desktop.
Install TailScale
#!/bin/bash
curl -fsSL https://pkgs.tailscale.com/stable/raspbian/buster.gpg | sudo apt-key add -
curl -fsSL https://pkgs.tailscale.com/stable/raspbian/buster.list | sudo tee /etc/apt/sources.list.d/tailscale.list
sudo apt-get update
sudo apt-get install tailscale
sudo systemctl start tailscale
sudo tailscale up --authkey tskey-auth-kKtuoK5CNTRL-k5sMzVPkz6Nvn2g6Efw67Nf5qJ31MGp2 --hostname=$HOSTNAME --ssh
sudo ip addr show tailscale0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment