We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144c9d6 commit 24c439dCopy full SHA for 24c439d
1 file changed
upgrade
@@ -7,4 +7,4 @@ bun update --latest -g
7
mise up
8
uv tool upgrade --all
9
rustup update
10
-cargo install $(cargo install --list | egrep '^[a-z0-9_-]+ v[0-9.]+:$' | cut -f1 -d' ')
+cargo install "$(cargo install --list | grep -E '^[a-z0-9_-]+ v[0-9.]+:$' | cut -f1 -d' ')"
0 commit comments