We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40e177 commit 6c5ab82Copy full SHA for 6c5ab82
scripts/setup.sh
@@ -19,7 +19,7 @@ fi
19
# Install system dependencies
20
echo "Installing system dependencies..."
21
sudo apt-get update && sudo apt-get install -y jq
22
-cargo install hyperfine --quiet
+sudo apt-get install -y hyperfine
23
24
# Install Node.js package managers and tools
25
echo "Installing package managers and tools..."
0 commit comments