From 2f39c2889e2f56317b0fbd6b723b1a92dce4c166 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Jul 2024 00:16:32 +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 e8d657e..c9a3b7e 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscale ]; then arch=amd64 fi - tailscale_version="1.68.2" + tailscale_version="1.70.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 8aa233e..aec2dc0 100755 --- a/usr/bin/tailscaled +++ b/usr/bin/tailscaled @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscaled ]; then arch=amd64 fi - tailscale_version="1.68.2" + tailscale_version="1.70.0" latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2` if [ "$tailscale_version" != "$latest_version" ]; then