From e428948d104071fb5d596ff26c96541f93cbea9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 18 Feb 2024 00:14:07 +0000 Subject: [PATCH] Auto Update --- usr/bin/tailscale | 2 +- usr/bin/tailscaled | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/tailscale b/usr/bin/tailscale index 88a5c11..ac21597 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscale ]; then arch=amd64 fi - tailscale_version="1.58.2" + tailscale_version="1.60.0" latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2` if [ "$tailscale_version" != "$latest_version" ]; then diff --git a/usr/bin/tailscaled b/usr/bin/tailscaled index 106ca6c..1be4d85 100755 --- a/usr/bin/tailscaled +++ b/usr/bin/tailscaled @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscaled ]; then arch=amd64 fi - tailscale_version="1.58.2" + tailscale_version="1.60.0" latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2` if [ "$tailscale_version" != "$latest_version" ]; then