We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8db341 commit fed5960Copy full SHA for fed5960
usr/bin/tailscale
@@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscale ]; then
14
arch=amd64
15
fi
16
17
- tailscale_version="1.18.1"
+ tailscale_version="1.18.2"
18
19
latest_version=`wget -O- https://pkgs.tailscale.com/stable/ | grep tailscale_ | head -1 | cut -d'_' -f 2`
20
if [ "$tailscale_version" != "$latest_version" ]; then
usr/bin/tailscaled
@@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscaled ]; then
0 commit comments