Tailscale auf Ubuntu in weniger als 1 Minute installieren
English
Deutsch
Einfach diese Befehlssequenz ausführen, um Tailscale zu installieren. Dies bestimmt automatisch die korrekte Ubuntu-Version
tailscale_install.sh
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/$(lsb_release -sc).gpg | sudo apt-key add -
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/$(lsb_release -sc).list | sudo tee /etc/apt/sources.list.d/tailscale.list
sudo apt-get update
sudo apt-get install tailscaleCheck out similar posts by category:
Networking, Wireguard
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow