SierraSoftworks/tailscale-udm

Version '11 (bullseye)' for 'tailscale' was not found

Closed this issue · 1 comments

Hey y'all,

I've just built and run the new commits for installing Tailscale via APT instead of downloading the package directly.

Unfortunately, the APT installation fails with this error Version '11 (bullseye)' for 'tailscale' was not found.

Is there any fixes to this issue just yet or should I be waiting until the official release comes out?

My fork is at https://github.com/bslatyer/tailscale-udm

Here's the full output from the run on my UDM-SE

root@Redwood:~# curl -sSLq https://raw.github.com/bslatyer/tailscale-udm/main/install.sh | sh
Installing Tailscale package repository...
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
# Tailscale packages for debian bullseye
deb https://pkgs.tailscale.com/stable/debian bullseye main
Updating package lists...
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://deb.debian.org/debian bullseye-updates InRelease                                                        
Hit:3 http://deb.debian.org/debian bullseye-backports InRelease                                                      
Hit:4 http://security.debian.org/debian-security bullseye-security InRelease                                         
Get:5 https://pkgs.tailscale.com/stable/debian bullseye InRelease                                                    
Hit:6 https://apt-release-candidate.artifacts.ui.com bullseye InRelease                   
Hit:7 https://apt.artifacts.ui.com bullseye InRelease               
Hit:8 https://repo.nextdns.io/deb stable InRelease
Get:9 https://pkgs.tailscale.com/stable/debian bullseye/main arm64 Packages [7105 B]
Get:10 https://pkgs.tailscale.com/stable/debian bullseye/main all Packages [354 B]
Fetched 13.5 kB in 2s (7005 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
25 packages can be upgraded. Run 'apt list --upgradable' to see them.
Installing Tailscale 11 (bullseye)...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Version '11 (bullseye)' for 'tailscale' was not found

Oh my, thank you for the heads up here - looks like we're overwriting the $VERSION variable with content from /etc/os-release. I'll get a patch for that put together (and thank you for testing the pre-release bits ❤️).