Skip to content

Commit

Permalink
fix bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
uchouhan committed Jan 16, 2024
1 parent 071f326 commit 29e1de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export PATH="$BUILD_DIR/.heroku/tailscale/bin:$PATH"

log "Fetch Tailscale"
curl -sL "https://pkgs.tailscale.com/stable/tailscale_${TAILSCALE_VERSION}_amd64.tgz" \
| tar -zxf - -C "${BUILD_DIR}/.heroku/tailscale" --strip=1 tailscale_${TAILSCALE_VERSION}_amd64/tailscaled tailscale_${TAILSCALE_VERSION}_amd64/tailscale
| tar -zxf - -C "${BUILD_DIR}/.heroku/tailscale/bin" --strip=1 tailscale_${TAILSCALE_VERSION}_amd64/tailscaled tailscale_${TAILSCALE_VERSION}_amd64/tailscale
# Mark the scripts as executable.
chmod +x "$BUILD_DIR/.heroku/tailscale/bin/tailscale"
chmod +x "$BUILD_DIR/.heroku/tailscale/bin/tailscaled"
Expand Down

0 comments on commit 29e1de7

Please sign in to comment.