Scripts: Add qemu packages in install-qemu.sh
This commit is contained in:
parent
8b9a3e446d
commit
eae3817381
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue