mirror of
https://github.com/PurpleComputing/Tailscale-scripts.git
synced 2026-02-03 14:03:22 +00:00
testing
This commit is contained in:
@@ -23,10 +23,11 @@
|
||||
# Last Updated by Purple, 05/02/2025
|
||||
####################################################################################################
|
||||
echo "*** BEGIN check-version.sh ***"
|
||||
curl -oL /tmp/tailscale.sh URL
|
||||
source /tmp/tailscale.sh
|
||||
DA=$(date +%s)
|
||||
curl -oL /tmp/tailscale-$DA.sh https://prpl.uk/tailscalesh
|
||||
source /tmp/tailscale-$DA.sh
|
||||
|
||||
check_tailscale_update
|
||||
|
||||
|
||||
rm /tmp/tailscale-$DA.sh
|
||||
echo "*** END check-version.sh ***"
|
||||
Reference in New Issue
Block a user