mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
5 lines
132 B
Bash
Executable file
5 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
echo "Installing rust from https://sh.rustup.rs non interatively."
|
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|