fabro/nodes/toolchain/script_invocation.json
Fabro 8f403659e6 checkpoint
⚒️ Generated with [Fabro](https://fabro.sh)
2026-03-19 21:26:23 -04:00

5 lines
No EOL
243 B
JSON

{
"command": "command -v cargo >/dev/null || { curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && sudo ln -sf $HOME/.cargo/bin/* /usr/local/bin/; }; cargo --version 2>&1",
"language": "shell",
"timeout_ms": null
}