modify charakterset for initial-passwords

This commit is contained in:
Jakobus Schürz 2023-09-12 08:13:05 +02:00
parent bf9d35fad9
commit a6244e7963

View file

@ -21,7 +21,7 @@ alias umountshared='sudo systemctl stop media-remote-sharefs-userdata.mount'
alias musictag='python3 -m music_tag'
alias nestedwayland='dbus-run-session -- gnome-shell --nested --wayland'
alias xo='xdg-open .'
alias pwgeninitial='tr -dc "/1l|Ii\0OL" </dev/urandom | head -c16'
alias pwgeninitial='tr -dc "/17^.,l|Ii\0OL" </dev/urandom | head -c24'