Skip to content

Instantly share code, notes, and snippets.

@Grynn
Created September 6, 2020 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Grynn/f2503e68510f0898dd3195ea85a6607f to your computer and use it in GitHub Desktop.
Save Grynn/f2503e68510f0898dd3195ea85a6607f to your computer and use it in GitHub Desktop.
Install tailscale
curl https://pkgs.tailscale.com/stable/ubuntu/`lsb_release -cs`.gpg | sudo apt-key add -
curl https://pkgs.tailscale.com/stable/ubuntu/`lsb_release -cs`.list | sudo tee /etc/apt/sources.list.d/tailscale.list
sudo apt update
sudo apt install tailscale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment