From da68766f738c554767c88f67d2ba351df8f49d0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 3 Dec 2023 00:14:28 +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 0206861..b59e518 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscale ]; then arch=amd64 fi - tailscale_version="1.54.0" + tailscale_version="1.54.1" 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 9532f6b..8e455f1 100755 --- a/usr/bin/tailscaled +++ b/usr/bin/tailscaled @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscaled ]; then arch=amd64 fi - tailscale_version="1.54.0" + tailscale_version="1.54.1" latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2` if [ "$tailscale_version" != "$latest_version" ]; then