Update bootstrap.sh

Add qemu related packages for launching redox on aarch64 and riscv64
This commit is contained in:
David Marceau 2022-09-26 17:28:27 +00:00
parent d1edbf13ac
commit f92cc35c9f

View file

@ -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