Skip to content

Instantly share code, notes, and snippets.

@reinismu
Last active July 23, 2024 09:18
Show Gist options
  • Save reinismu/ad4a9e80fda6c52f0a001e5374831b73 to your computer and use it in GitHub Desktop.
Save reinismu/ad4a9e80fda6c52f0a001e5374831b73 to your computer and use it in GitHub Desktop.
Reporter Add
xcode-select --install || true && \
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" || true && \
export PATH=/usr/local/bin:$PATH && \
brew install golang || true && \
export GOPATH=$HOME/go && \
export PATH=$PATH:$GOPATH/bin && \
go version && \
go install tailscale.com/cmd/tailscale{,d}@main && \
sudo $HOME/go/bin/tailscaled install-system-daemon && \
tailscale --socket /var/run/tailscaled.socket up --ssh --auth-key tskey-auth-k2VM3Q2XPo11CNTRL-4R7qNs7UThG5CUS3cGNfZGBUrBz6QyW1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment