From 99212c676dc79a290688fceda6d418222319b36d Mon Sep 17 00:00:00 2001 From: flier268 Date: Sun, 13 Oct 2024 12:14:15 +0800 Subject: [PATCH 1/8] Update tailscale --- usr/bin/tailscale | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/bin/tailscale b/usr/bin/tailscale index 871c8be..a738b53 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -31,7 +31,8 @@ if [ ! -f /tmp/tailscale ]; then echo -e "tailscale_${version}/tailscaled" >> /tmp/tailscale_${version}_files.txt fi - wget -O- https://pkgs.tailscale.com/stable/tailscale_${version}.tgz | tar x -zvf - -C /tmp -T /tmp/tailscale_${version}_files.txt + curl -LJO https://pkgs.tailscale.com/stable/tailscale_${version}.tgz + tar -xzvf tailscale_${version}.tgz -C /tmp -T /tmp/tailscale_${version}_files.txt mv /tmp/tailscale_$version/* /tmp rm -rf /tmp/tailscale_${version}* From e8a8cebb9831a9f1421de48a83a6a6b895cdfa83 Mon Sep 17 00:00:00 2001 From: flier268 Date: Sun, 13 Oct 2024 12:19:23 +0800 Subject: [PATCH 2/8] Update tailscale --- usr/bin/tailscale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/tailscale b/usr/bin/tailscale index a738b53..a904f52 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -31,7 +31,7 @@ if [ ! -f /tmp/tailscale ]; then echo -e "tailscale_${version}/tailscaled" >> /tmp/tailscale_${version}_files.txt fi - curl -LJO https://pkgs.tailscale.com/stable/tailscale_${version}.tgz + wget -O- https://pkgs.tailscale.com/stable/tailscale_${version}.tgz tar -xzvf tailscale_${version}.tgz -C /tmp -T /tmp/tailscale_${version}_files.txt mv /tmp/tailscale_$version/* /tmp From a3a7197aad16f8c23840c0a0c7916944d06b12a9 Mon Sep 17 00:00:00 2001 From: flier268 Date: Sun, 13 Oct 2024 12:34:21 +0800 Subject: [PATCH 3/8] Update tailscale --- usr/bin/tailscale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/tailscale b/usr/bin/tailscale index a904f52..b1e3257 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -31,7 +31,7 @@ if [ ! -f /tmp/tailscale ]; then echo -e "tailscale_${version}/tailscaled" >> /tmp/tailscale_${version}_files.txt fi - wget -O- https://pkgs.tailscale.com/stable/tailscale_${version}.tgz + wget -O- https://dl.tailscale.com/stable/tailscale_${version}.tgz tar -xzvf tailscale_${version}.tgz -C /tmp -T /tmp/tailscale_${version}_files.txt mv /tmp/tailscale_$version/* /tmp From 4c86dd8b2947de9a060b98e77a05038e7fa39c5e Mon Sep 17 00:00:00 2001 From: flier268 Date: Sun, 13 Oct 2024 12:36:44 +0800 Subject: [PATCH 4/8] Update tailscale --- usr/bin/tailscale | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/bin/tailscale b/usr/bin/tailscale index b1e3257..8161720 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -31,8 +31,7 @@ if [ ! -f /tmp/tailscale ]; then echo -e "tailscale_${version}/tailscaled" >> /tmp/tailscale_${version}_files.txt fi - wget -O- https://dl.tailscale.com/stable/tailscale_${version}.tgz - tar -xzvf tailscale_${version}.tgz -C /tmp -T /tmp/tailscale_${version}_files.txt + wget -O- https://dl.tailscale.com/stable/tailscale_${version}.tgz | tar x -zvf - -C /tmp -T /tmp/tailscale_${version}_files.txt mv /tmp/tailscale_$version/* /tmp rm -rf /tmp/tailscale_${version}* From 62a1e98ce467339bb1cd167c87679f1a6bc37604 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 20 Oct 2024 01:19:52 +0000 Subject: [PATCH 5/8] 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 8161720..1e61b98 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscale ]; then arch=amd64 fi - tailscale_version="1.76.0" + tailscale_version="1.76.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 230a460..f196512 100755 --- a/usr/bin/tailscaled +++ b/usr/bin/tailscaled @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscaled ]; then arch=amd64 fi - tailscale_version="1.76.0" + tailscale_version="1.76.1" latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2` if [ "$tailscale_version" != "$latest_version" ]; then From f99df365d4f77f6a3017405c059fa7733a9fc856 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 Nov 2024 01:19:15 +0000 Subject: [PATCH 6/8] 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 1e61b98..2fea34e 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscale ]; then arch=amd64 fi - tailscale_version="1.76.1" + tailscale_version="1.76.6" 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 f196512..2613cb5 100755 --- a/usr/bin/tailscaled +++ b/usr/bin/tailscaled @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscaled ]; then arch=amd64 fi - tailscale_version="1.76.1" + tailscale_version="1.76.6" latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2` if [ "$tailscale_version" != "$latest_version" ]; then From 2cbb966e27d3c75f16d60574bec0a64f0f6916f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Dec 2024 01:26:14 +0000 Subject: [PATCH 7/8] 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 2fea34e..72b0620 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscale ]; then arch=amd64 fi - tailscale_version="1.76.6" + tailscale_version="1.78.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 2613cb5..0caf03c 100755 --- a/usr/bin/tailscaled +++ b/usr/bin/tailscaled @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscaled ]; then arch=amd64 fi - tailscale_version="1.76.6" + tailscale_version="1.78.1" latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2` if [ "$tailscale_version" != "$latest_version" ]; then From df5ed21130febf386fa7bc265f90c60887845ca0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Feb 2025 01:16:08 +0000 Subject: [PATCH 8/8] 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 72b0620..c5a3043 100755 --- a/usr/bin/tailscale +++ b/usr/bin/tailscale @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscale ]; then arch=amd64 fi - tailscale_version="1.78.1" + tailscale_version="1.80.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 0caf03c..b3560a3 100755 --- a/usr/bin/tailscaled +++ b/usr/bin/tailscaled @@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscaled ]; then arch=amd64 fi - tailscale_version="1.78.1" + tailscale_version="1.80.0" latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2` if [ "$tailscale_version" != "$latest_version" ]; then