How to update tailscale
I've recently updated tailscale on all my machines because of a new security update warning, current version on bazzite 44 is 1.98.8 and latest version is 1.102.2
`This machine is running a version with a known security vulnerability. It’s recommended to update to 1.102.2.`
If I do `sudo tailscale update` in bazzite, I get the following error
`ERROR: Fedora Atomic images utilize rpm-ostree instead (and is discouraged to use).`
and `ujust-update` does nothing (my system is up to date)
I succesfully done this on my fedora-kinoite laptop, here I have the tailscale package layered in rpm-ostree, and I have to add the tailscale repo
`sudo curl -fsSL` [`https://pkgs.tailscale.com/stable/fedora/tailscale.repo\`\](https://pkgs.tailscale.com/stable/fedora/tailscale.repo) `| sudo tee /etc/yum.repos.d/tailscale.repo`
then execute `rpm-ostree upgrade`, and it worked.
But this method doesn't works on Bazzite, not even after adding the tailscale repo. I don't see the package layered neither. So here my 2 questions:
It's safe to install the layered package on top of the pre-installed package? Do I have to wait until Bazzite 45 to get the latest version of tailscale?