mirror of
https://github.com/PurpleComputing/Tailscale-scripts.git
synced 2026-02-03 05:53:23 +00:00
added version c
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
# Last Updated by Purple, 05/02/2025
|
||||
####################################################################################################
|
||||
|
||||
version="v2.0-1aab"
|
||||
version="v2.0-1aac"
|
||||
|
||||
if [ "$EUID" -ne 0 ]
|
||||
then printf "\033[1;31mPurple Tailscale Toolkit Error: Please run: sudo tstools\033[0m\n"
|
||||
@@ -35,7 +35,9 @@ SYMLINK="/usr/local/bin/tstools"
|
||||
TARGET="/Library/Application Support/Purple/tstools.sh"
|
||||
mkdir -p "/Library/Application Support/Purple/"
|
||||
DA=$(date +%s)
|
||||
|
||||
rm -f "$TARGET"
|
||||
|
||||
sudo curl -fsSL -o /tmp/tailscale-$DA.sh https://prpl.uk/tailscalesh
|
||||
sudo curl -fsSL -o "$TARGET" https://prpl.uk/tailscaletools
|
||||
source /tmp/tailscale-$DA.sh
|
||||
|
||||
Reference in New Issue
Block a user