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 # ============================================================