Temp thing while lockscreen still happens

main
Michal 2 years ago
parent 298d6595f1
commit e810f64d9f
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -6,6 +6,7 @@ glib-compile-schemas /usr/share/glib-2.0/schemas
# User setup
useradd -mG wheel crystal
usermod -c "Password: \"crystal\"" crystal
usermod -p $(echo "crystal" | openssl passwd -6 -stdin) crystal
usermod -p $(echo "crystal" | openssl passwd -6 -stdin) root
chsh -s /usr/bin/zsh crystal

Loading…
Cancel
Save