Update bootstrap.sh
Add qemu related packages for launching redox on aarch64 and riscv64
This commit is contained in:
parent
d1edbf13ac
commit
f92cc35c9f
|
@ -246,6 +246,8 @@ ubuntu()
|
|||
if [ -z "$(which qemu-system-x86_64)" ]; then
|
||||
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 a new issue