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
systemctl disable tailscale-install.service
# Then run the following to complete the update
/data/tailscale/manage.sh install!
What's Changed
- Fixed the
tailscale-install.service
to ensure that automatic updates actually run as expected.
Full Changelog: v2.5.1...v2.5.2