mirror of
				https://github.com/photoprism/photoprism.git
				synced 2025-10-31 12:16:39 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			262 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			262 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| sudo apt-get update && sudo apt-get -qq install -y binfmt-support qemu-kvm qemu-system \
 | |
|   qemu-user qemu-user-binfmt qemu-utils qemu-efi-arm qemu-efi-aarch64
 | |
| 
 | |
| docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
 | |
| 
 | |
| sleep 10
 | 
