dnf install tailscale
Jump to navigation
Jump to search
AL_VERSION=$(source /etc/os-release && echo "$VERSION_ID") dnf install -y dnf-plugins-core dnf config-manager --add-repo "https://pkgs.tailscale.com/stable/amazon-linux/${AL_VERSION}/tailscale.repo" dnf install -y tailscale
systemctl enable --now tailscaled tailscale up
Yum[edit]
AL_VERSION=$(source /etc/os-release && echo "$VERSION_ID") yum install -y yum-utils && \ yum-config-manager --add-repo "https://pkgs.tailscale.com/stable/amazon-linux/${AL_VERSION}/tailscale.repo" && \ yum install -y tailscale systemctl enable --now tailscaled
See also[edit]
Advertising: