Skip to content

Commit

Permalink
Fix wrong update mechanism for tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
obynio committed Mar 27, 2024
1 parent 386fb8a commit 16f042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kobopatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd "$(dirname "$0")"
if [ ! -f src/tailscale-${TAILSCALE_VERSION}-arm.tgz ]; then
echo "Downloading tailscale_${TAILSCALE_VERSION}_arm.tgz from pkgs.tailscale.com ..."
curl --progress-bar -o src/tailscale-${TAILSCALE_VERSION}-arm.tgz https://pkgs.tailscale.com/stable/tailscale_${TAILSCALE_VERSION}_arm.tgz
rm -f "src/tailscale"
rm -rf src/tailscale
tar -xvf src/tailscale-${TAILSCALE_VERSION}-arm.tgz -C src
mv src/tailscale_${TAILSCALE_VERSION}_arm src/tailscale
fi
Expand Down

0 comments on commit 16f042b

Please sign in to comment.