Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal committed Mar 18, 2024
1 parent 4cc89e3 commit 388eb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Download and unpack one of `*-source-code.{zip,tar.gz}` archives from [the lates
asset_filter='[^"]*-source-code.tar.gz'
tag=$(basename "$(curl -Lso /dev/null -w "%{url_effective}" https://github.com/${repo}/releases/latest)")
hrefrel=$(curl -Ls "https://github.com/${repo}/releases/expanded_assets/${tag}" | grep -oEm1 '[^"]*/releases/download/'"${asset_filter}")
curl -Lo - "https://github.com${hrefrel}" | tar -xzf -
curl -L "https://github.com${hrefrel}" | tar -xzf -
)
cd amalgamate-*-source-code
```
Expand Down

0 comments on commit 388eb48

Please sign in to comment.