fabro/nodes/toolchain/script_invocation.json
Fabro 8a72dba082 checkpoint
⚒️ Generated with [Fabro](https://fabro.sh)
2026-04-16 16:19:11 -04:00

5 lines
No EOL
416 B
JSON

{
"script": "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",
"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"
}