nulfos/setup.sh
2024-10-21 14:39:21 +02:00

6 lines
128 B
Bash

#!/bin/bash
set -e
rustup target add x86_64-unknown-none
rustup component add rust-src
rustup component add llvm-tools-preview