We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fba79 commit b8db341Copy full SHA for b8db341
usr/bin/tailscale
@@ -14,7 +14,7 @@ if [ ! -f /tmp/tailscale ]; then
14
arch=amd64
15
fi
16
17
- tailscale_version="1.18.0"
+ tailscale_version="1.18.1"
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