Skip to content

Commit fed5960

Browse files
Auto Update
1 parent b8db341 commit fed5960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

usr/bin/tailscale

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscale ]; then
1414
arch=amd64
1515
fi
1616

17-
tailscale_version="1.18.1"
17+
tailscale_version="1.18.2"
1818

1919
latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2`
2020
if [ "$tailscale_version" != "$latest_version" ]; then

usr/bin/tailscaled

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscaled ]; then
1414
arch=amd64
1515
fi
1616

17-
tailscale_version="1.18.1"
17+
tailscale_version="1.18.2"
1818

1919
latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2`
2020
if [ "$tailscale_version" != "$latest_version" ]; then

0 commit comments

Comments
 (0)