fabro/nodes/toolchain/script_invocation.json
Fabro b94eeea902 checkpoint
⚒️ Generated with [Fabro](https://fabro.sh)
2026-04-01 11:42:13 -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
}