mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			208 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			208 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| echo "*" >&2
 | |
| echo "* If you want to use scapy to his full potential, please do:" >&2
 | |
| echo "*     apk add  py-crypto py-gnuplot pyx tcpdump sox graphviz graphviz ebtables" >&2
 | |
| echo "*" >&2
 | |
| 
 | |
| exit 0
 | |
| 
 |