unstable (beta) #75
Closed
wolffcatskyy
started this conversation in
Ideas
Replies: 1 comment
-
Hi @wolffcatskyy, you'll find this capability in the latest pre-release package if you'd like to experiment with it. To install it, you'll want to do something along the lines of this: curl -sSLo /tmp/ts-install.sh https://raw.githubusercontent.com/SierraSoftworks/tailscale-udm/main/install.sh
bash /tmp/ts-install.sh v2.5.0 # Run the installer with the latest prerelease package version
# Edit the tailscale-env file and update the TAILSCALE_CHANNEL to be "unstable"
vi /data/tailscale/tailscale-env
# Remove the existing installation of Tailscale to cleanup any stable channel artifacts
/data/tailscale/manage.sh uninstall
# Force installation of the latest Tailscale version (which should now be from the unstable channel)
/data/tailscale/manage.sh install! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you allow pulling the unstable (beta) version>? That's what I have running on all my other devices.
Beta Was this translation helpful? Give feedback.
All reactions