Fix Generate Password command
This commit is contained in:
parent
841270f9ff
commit
b378a2283c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user