mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Update bootstrap.sh
Only install sufficient packages to launch qemu aarch64 Redox OS
This commit is contained in:
parent
f92cc35c9f
commit
5ec0fbee27
@ -247,7 +247,6 @@ ubuntu()
|
||||
echo "Installing QEMU..."
|
||||
sudo "$2" install qemu-system-x86 qemu-kvm
|
||||
sudo "$2" install qemu-efi-arm qemu-system-arm
|
||||
sudo "$2" install qemu-system-riscv64 u-boot-qemu opensbi qemu-system-misc qemu-utils
|
||||
else
|
||||
echo "QEMU already installed!"
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user