summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Marceau <uticdmarceau2007@yahoo.ca>2022-09-26 17:44:59 +0000
committerDavid Marceau <uticdmarceau2007@yahoo.ca>2022-09-26 17:44:59 +0000
commit5ec0fbee2797e880e291f4ca31b7c650427496e1 (patch)
tree96b34e56beed15a9cc2d1bce2d650b0821f3b573
parentf92cc35c9f962335f6a9ad9e0cb003962f15eeaf (diff)
Update bootstrap.sh omac777-master-patch-76222
Only install sufficient packages to launch qemu aarch64 Redox OS
-rwxr-xr-xbootstrap.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 9b8d573..9eb3d83 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -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