classy-giraffe / easy-arch

Script for boostrapping Arch Linux with BTRFS, snapshots and LUKS encryption (UEFI only).
https://classy-giraffe.github.io/easy-arch
Apache License 2.0
237 stars 54 forks source link

Adding normal user account #22

Closed fawzakin closed 3 years ago

fawzakin commented 3 years ago

Hello, I'm curious why the script doesn't ask for a normal user and only leaves root as the initial user.

My extensive fork here has that feature. I wonder if it is a good idea if I create a pull request for that.

Thank you for your script.

classy-giraffe commented 3 years ago

Cause i was lazy to figure out a way to use sed and modify the sudoers file to add the said user to wheel 😂 but sure if you make a pull request I'll check it!

classy-giraffe commented 3 years ago

Actually your fork is cool but it's like an entire new script (and you seem to know bash way better than I do, on a sidenote i literally wrote this script half assed and lazy).