Skip to content

Commit

Permalink
Scripts: Add qemu packages in install-qemu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Dec 10, 2021
1 parent 8b9a3e4 commit eae3817
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install-qemu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash

sudo apt-get update && sudo apt-get -qq install -y qemu binfmt-support qemu-user-static qemu-system-arm qemu-efi-aarch64
sudo apt-get update && sudo apt-get -qq install -y \
qemu binfmt-support qemu-kvm qemu-system qemu-user qemu-utils \
qemu-efi-arm qemu-efi-aarch64 libvirt-daemon-driver-qemu

docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

Expand Down

0 comments on commit eae3817

Please sign in to comment.