This release makes improvements to the way we place installation files to help reduce the likelihood of UniFi OS upgrades leading to tailscale not being re-installed automatically (especially on UniFi devices which use an SSD for general data storage).
To upgrade to the latest release, you will need to run the following on your device:
# Install the latest version of Tailscale UniFi
curl -sSLq https://raw.githubusercontent.com/SierraSoftworks/tailscale-unifi/refs/tags/v3.3.3/install.sh | sh
# Then run the following to complete the update
/data/tailscale/manage.sh install!
What's Changed
- fix: Harden install recovery by @notheotherben in #197
Full Changelog: v3.3.2...v3.3.3