Hello
I am getting the following error at trying to install tailscale soft on my RPI. Maybe someone already faced this problem.
pi@raspberrypi:~ $ curl -fsSL https://tailscale.com/install.sh | sh
Installing Tailscale for raspbian buster, using method apt
+ sudo mkdir -p --mode=0755 /usr/share/keyrings
+ curl -fsSL https://pkgs.tailscale.com/stable/raspbian/buster.asc
+ sudo apt-key add -
OK
+ curl -fsSL https://pkgs.tailscale.com/stable/raspbian/buster.list+
sudo tee /etc/apt/sources.list.d/tailscale.list
# Tailscale packages for raspbian buster
deb https://pkgs.tailscale.com/stable/raspbian buster main
+ sudo apt-get update
Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
Get:2 https://pkgs.tailscale.com/stable/raspbian buster InRelease
Get:3 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Hit:4 https://download.docker.com/linux/raspbian buster InRelease
Err:5 https://packagecloud.io/headmelted/codebuilds/debian stretch InRelease
401 Unauthorized [IP: 2600:1f1c:2e5:6900:c0c5:f0c7:eebe:bbe5 443]
Reading package lists... Done
E: Failed to fetch https://packagecloud.io/headmelted/codebuilds/debian/dists/stretch/InRelease 401 Unauthorized [IP: 2600:1f1c:2e5:6900:c0c5:f0c7:eebe:bbe5 443]
E: The repository 'https://packagecloud.io/headmelted/codebuilds/debian stretch InRelease' is no longer signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
E: Repository 'http://archive.raspberrypi.org/debian buster InRelease' changed its 'Suite' value from 'testing' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.