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 7, 2024
1 parent 33c0e75 commit db15e16
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.1"
tailscale_version="1.68.2"

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.1"
tailscale_version="1.68.2"

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 db15e16

Please sign in to comment.