From 870540840cc0860b1b846874041922a616b2f4b5 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Tue, 29 Jul 2025 13:45:21 -0500 Subject: [PATCH] use the tailscale installer --- ProjectCode/SetupNewSystem.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index 816c372..1e2f6d6 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -98,8 +98,7 @@ function global-installPackages() { # Setup tailscale - curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null - curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list + curl -fsSL https://tailscale.com/install.sh | sh # #Patch the system