mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
9 lines
280 B
Bash
Executable File
9 lines
280 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
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
|
|
|
|
sleep 10 |