Fix Generate Password command

This commit is contained in:
Marcel Bischoff 2016-09-27 19:36:42 +02:00 committed by GitHub
parent 841270f9ff
commit b378a2283c

View File

@ -1105,7 +1105,7 @@ spctl --remove /path/to/Application.app
#### Generate Secure Password and Copy to Clipboard #### Generate Secure Password and Copy to Clipboard
```bash ```bash
tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | pbcopy LC_ALL=C tr -dc "[:alpha:][:alnum:]" < /dev/urandom | head -c 20 | pbcopy
``` ```
### Physical Access ### Physical Access