Hello. I’m trying to install Tailscale on a Raspberry Pi 2 with OpenSUSE Leap 15.2
I’m adding repository:
sudo zypper ar -g -r https://pkgs.tailscale.com/stable/opensuse/leap/15.2/tailscale.repo
And then I’m getting these errors:
localhost:/etc/zypp/repos.d # zypper ref
Repository 'Main Repository' is up to date.
Repository 'Main Update Repository' is up to date.
Retrieving repository 'Tailscale stable' metadata .......................[error]
Repository 'Tailscale stable' is invalid.
[tailscale-stable|https://pkgs.tailscale.com/stable/opensuse/leap/15.2/armv6hl] Valid metadata not found at specified URL
History:
- [tailscale-stable|https://pkgs.tailscale.com/stable/opensuse/leap/15.2/armv6hl] Repository type can't be determined.
Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository 'Tailscale stable' because of the above error.
Some of the repositories have not been refreshed because of an error.
Is this board supported at all?
Also I’ve noticed it tries to get armv6hl
while I believe Rpi2 is amrv7hl
, at least on other OSes I’m using.