We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29807a8 commit d46474aCopy full SHA for d46474a
README.md
@@ -13,7 +13,9 @@ anyvm is a single-file tool for bootstrapping BSD and Illumos guests with QEMU o
13
```bash
14
sudo chmod o+rw /dev/kvm
15
16
- sudo apt-get update && sudo apt-get --no-install-recommends -y install \
+ sudo apt-get update
17
+
18
+ sudo apt-get --no-install-recommends -y install \
19
zstd ovmf xz-utils qemu-utils ca-certificates \
20
qemu-system-x86 qemu-system-arm qemu-efi-aarch64 \
21
qemu-efi-riscv64 qemu-system-riscv64 qemu-system-misc u-boot-qemu \
0 commit comments