Skip to content

Instantly share code, notes, and snippets.

@schwarztim
schwarztim / dan.sh
Created January 25, 2026 22:16
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