Skip to content

Instantly share code, notes, and snippets.

@schwarztim
Created January 25, 2026 22:16
Show Gist options
  • Select an option

  • Save schwarztim/7e1b2c291c5be92aa25e481c8bebe1ed to your computer and use it in GitHub Desktop.

Select an option

Save schwarztim/7e1b2c291c5be92aa25e481c8bebe1ed to your computer and use it in GitHub Desktop.
Tailscale setup for Dan
#!/bin/bash
set -e
echo "Installing Tailscale..."
curl -fsSL -o /tmp/Tailscale.pkg "https://pkgs.tailscale.com/stable/Tailscale-latest-macos.pkg"
sudo installer -pkg /tmp/Tailscale.pkg -target /
open -a Tailscale
sleep 3
/Applications/Tailscale.app/Contents/MacOS/Tailscale up --ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment