Files
2026-05-27 15:03:28 +03:00

8 lines
218 B
Bash

#!/usr/bin/env bash
set -e
sudo apt-get install -y qemu-system-x86 qemu-utils
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
rustup component add llvm-tools-preview
cargo install bootimage