10 lines
		
	
	
		
			186 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			186 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
# disable firstboot/oobe prompts
 | 
						|
touch "$3"/var/db/.AppleDiagnosticsSetupDone
 | 
						|
touch "$3"/var/db/.AppleSetupDone
 | 
						|
 | 
						|
chmod a+rx "$3"/usr/local/bin/*
 | 
						|
chmod -R a+r "$3"/etc/skel
 | 
						|
 |