Skip to content

Commit

Permalink
Auto Update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 21, 2024
1 parent db15e16 commit 2f39c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion usr/bin/tailscale
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion usr/bin/tailscaled
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f39c28

Please sign in to comment.