Version 2.4.2
This release improves support for installing Tailscale on UniFi CloudKey Gen 2 devices and ensures that the Tailscale GPG key is installed after a system upgrade.
# 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 ensure Tailscale is re-installed during firmware updates
/data/tailscale/manage.sh install!
What's Changed
- Always fetch tailscale apt-key on install by @asjoyner in #64
- Add check for UniFi CloudKey Gen2 by @milesd in #63
New Contributors
Full Changelog: v2.4.1...v2.4.2