Skip to content

Commit

Permalink
Update tailscale to 1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obynio committed Mar 14, 2024
1 parent aef7137 commit 68b942f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kobopatch.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
export TAILSCALE_VERSION=1.58.2
export TAILSCALE_VERSION=1.62.0

cd "$(dirname "$0")"
if [ ! -f src/tailscale-${TAILSCALE_VERSION}-arm.tgz ]; then
echo "Downloading tailscale_${TAILSCALE_VERSION}_arm.tgz from pkgs.tailscale.com ..."
wget https://pkgs.tailscale.com/stable/tailscale_${TAILSCALE_VERSION}_arm.tgz -O src/tailscale-${TAILSCALE_VERSION}-arm.tgz
curl --progress-bar -o src/tailscale-${TAILSCALE_VERSION}-arm.tgz https://pkgs.tailscale.com/stable/tailscale_${TAILSCALE_VERSION}_arm.tgz
tar -xvf src/tailscale-${TAILSCALE_VERSION}-arm.tgz -C src
rm -f "src/tailscale"
mv src/tailscale_${TAILSCALE_VERSION}_arm src/tailscale
Expand Down

0 comments on commit 68b942f

Please sign in to comment.