added the linux setup script

This commit is contained in:
2026-05-27 15:03:28 +03:00
parent 8bf95b2d53
commit 98bab13ce1
+7
View File
@@ -0,0 +1,7 @@
#!/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