From fdf0e83b62f2c4fa5ab1f543c05705956d16ede2 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Fri, 30 Jan 2026 11:47:45 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20Added=20Tailscale=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- set_up_dev/fedora.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/set_up_dev/fedora.sh b/set_up_dev/fedora.sh index 9194fa4..2059b1f 100755 --- a/set_up_dev/fedora.sh +++ b/set_up_dev/fedora.sh @@ -107,6 +107,9 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Starship because command line glory curl -sS https://starship.rs/install.sh | sh +## Tailscale for that private network. +curl -fsSL https://tailscale.com/install.sh | sh + # ============================================================ # SYMBOLIC LINKING # ============================================================