Skip to content

Commit c7ef7de

Browse files
authored
Use tar.xz instead of tar.gz
shellcheck v0.11.0 introduced `tar.gz` files. Previous releases exclusively use `tar.xz`. Signed-off-by: Jason Garber <jason@sixtwothree.org>
1 parent ab4d5fe commit c7ef7de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shellcheck/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ $nanolayer_location \
1616
install \
1717
devcontainer-feature \
1818
"ghcr.io/devcontainers-extra/features/gh-release:1" \
19-
--option repo='koalaman/shellcheck' --option binaryNames='shellcheck' --option version="$VERSION" --option assetRegex='shellcheck-.*.tar.gz$'
19+
--option repo='koalaman/shellcheck' --option binaryNames='shellcheck' --option version="$VERSION" --option assetRegex='shellcheck-.*.tar.xz$'
2020

2121
echo 'Done!'

0 commit comments

Comments
 (0)