v2.5.3
This release fixes an issue preventing the automatic update functionality from working as expected.
# Install the latest version of Tailscale UDM
curl -sSLq https://raw.github.com/SierraSoftworks/tailscale-udm/main/install.sh | sh
# As a one-off, you'll need to run this to ensure that the tailscale-install.service is updated (if you're upgrading from a version < 2.5.2)
systemctl disable tailscale-install.service
# Then run the following to complete the update
/data/tailscale/manage.sh install!
What's Changed
- Updated the install script to better recover from broken service symlinks as raised in #82
Full Changelog: v2.5.2...v2.5.3