Skip to content

Commit d46474a

Browse files
author
neil
committed
update
1 parent 29807a8 commit d46474a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ anyvm is a single-file tool for bootstrapping BSD and Illumos guests with QEMU o
1313
```bash
1414
sudo chmod o+rw /dev/kvm
1515

16-
sudo apt-get update && sudo apt-get --no-install-recommends -y install \
16+
sudo apt-get update
17+
18+
sudo apt-get --no-install-recommends -y install \
1719
zstd ovmf xz-utils qemu-utils ca-certificates \
1820
qemu-system-x86 qemu-system-arm qemu-efi-aarch64 \
1921
qemu-efi-riscv64 qemu-system-riscv64 qemu-system-misc u-boot-qemu \

0 commit comments

Comments
 (0)