mirror of
				https://github.com/RfidResearchGroup/proxmark3.git
				synced 2025-11-04 11:38:03 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
# Iceman 2022
 | 
						|
#
 | 
						|
# This script is to be run from proxmark root folder inside the docker env
 | 
						|
# docker/ubuntu-22.04/run_tests.sh;
 | 
						|
 | 
						|
sudo apt update && sudo apt upgrade -y
 | 
						|
tools/release_tests.sh
 |