This release fixes installation on the latest versions of UniFi OS based on Debian Bullseye, which use a new apt key management pattern which is no longer compatible with the legacy approach used previously. This should resolve installation issues like those reported in #81.
# Install the latest version of Tailscale UDM
curl -sSLq https://raw.github.com/SierraSoftworks/tailscale-udm/main/install.sh | sh
# If you previously had Tailscale UDM installed, you'll need to run this once to
# setup the tailscale-install timer which enables automated upgrades.
/data/tailscale/manage.sh install!What's Changed
- Switched to using keyrings to manage
aptkeys (instead of relying on the deprecatedapt-keycommand.
Full Changelog: v2.5.0...v2.5.1