We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b669b90 commit 959d7c6Copy full SHA for 959d7c6
1 file changed
.devcontainer/post-create.sh
@@ -13,5 +13,4 @@ hyperfine_version="1.20.0"
13
hyperfine_archive_name="hyperfine-v${hyperfine_version}-x86_64-unknown-linux-musl"
14
hyperfine_url="https://github.com/sharkdp/hyperfine/releases/download/v${hyperfine_version}/${hyperfine_archive_name}.tar.gz"
15
mkdir -p "$HOME/.local/bin"
16
-curl -fsSL "$hyperfine_url" \
17
- | tar -xz --strip-components=1 -C "$HOME/.local/bin" "${hyperfine_archive_name}/hyperfine"
+curl -fsSL "$hyperfine_url" | tar -xz --strip-components=1 -C "$HOME/.local/bin" "${hyperfine_archive_name}/hyperfine"
0 commit comments