Skip to content

Instantly share code, notes, and snippets.

@ggajoch
ggajoch / install-tailscale.sh
Last active August 21, 2025 19:32 — forked from jdloft/install-tailscale.sh
Install tailscale on Comma 3x
#!/bin/sh
mount -o remount,rw /
curl -fsSL https://tailscale.com/install.sh | sh
mkdir -p /usr/lib/systemd/system/tailscaled.service.d/
mkdir -p /data/tailscale
cat <<EOF >/usr/lib/systemd/system/tailscaled.service.d//override.conf