8 řádky
158 B
Bash
Spustitelný soubor
8 řádky
158 B
Bash
Spustitelný soubor
#!/bin/bash
|
|
|
|
# disable firstboot/oobe prompts
|
|
touch "$3"/var/db/.AppleDiagnosticsSetupDone
|
|
touch "$3"/var/db/.AppleSetupDone
|
|
|
|
chmod a+rx "$3"/usr/local/bin/*
|