From 9658c39a78e79c0d0d23c2647f982dc86e818f6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 13 Mar 2022 00:56:45 +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 966ca7a..d4bb6ee 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscale ]; then arch=amd64 fi - tailscale_version="1.22.0" + tailscale_version="1.22.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 81d3c22..7e56d65 100755 --- a/usr/bin/tailscaled +++ b/usr/bin/tailscaled @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscaled ]; then arch=amd64 fi - tailscale_version="1.22.0" + tailscale_version="1.22.1" latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2` if [ "$tailscale_version" != "$latest_version" ]; then