From 6ba072c00e98729db42c65f3d2609c6259714c32 Mon Sep 17 00:00:00 2001 From: Purple Date: Wed, 5 Feb 2025 17:48:06 +0000 Subject: [PATCH] 123 --- Mac/tstools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/tstools.sh b/Mac/tstools.sh index cd0e93f..86f8de2 100755 --- a/Mac/tstools.sh +++ b/Mac/tstools.sh @@ -26,7 +26,7 @@ SYMLINK="/usr/local/bin/tstools" TARGET="/opt/PurpleComputing/tstools.sh" mkdir -p /opt/PurpleComputing/ DA=$(date +%s) -curl -s -o /tmp/tailscale-$DA.sh -L https://prpl.uk/tailscalesh +curl -fsSL -o /tmp/tailscale-$DA.sh https://prpl.uk/tailscalesh curl -fsSL -o $TARGET https://prpl.uk/tailscaletools source /tmp/tailscale-$DA.sh