Skip to content

v2.5.3

Compare
Choose a tag to compare
@notheotherben notheotherben released this 27 Feb 01:00
· 9 commits to main since this release
429c1f8

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