How to install tailscale on Ubuntu
In order to instal tailscale, on any Ubuntu version, you can use the official tailscale install command:
sudo apt -y install curl apt-transport-https
curl -fsSL https://tailscale.com/install.sh | sh
In order to instal tailscale, on any Ubuntu version, you can use the official tailscale install command:
sudo apt -y install curl apt-transport-https
curl -fsSL https://tailscale.com/install.sh | sh