This release adds support for installing pre-release versions of Tailscale as well as an automated systemd
timer to update Tailscale every day, which should make it easier to keep your install up to date without manual effort.
# 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
- chore(deps): Bump actions/upload-artifact from 3 to 4 by @dependabot in #76
- feat: Add support for automatically updating Tailscale without a system reboot by @notheotherben in #79
- feat: Add support for installing unstable versions of Tailscale by @notheotherben in #78
Full Changelog: v2.4.3...v2.5.0