8 lines
		
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| set -euxo pipefail
 | |
| 
 | |
| adduser --system --group --no-create-home --home /nonexistent --quiet openwebrx
 | |
| usermod -aG plugdev openwebrx
 | |
| 
 | |
| #DEBHELPER#
 | 
