Remove old info in READMEs

This commit is contained in:
2020-04-26 22:28:49 -04:00
parent 23d1ce7b4a
commit 5a88c0d1c7
3 changed files with 12 additions and 66 deletions

8
scripts/README.md Normal file
View File

@@ -0,0 +1,8 @@
### scripts
adduser.sh - Script to add new user, run with sudo if you want to configure / allow user to sudo
- `./adduser` - (Print help text)
- `./adduser <name> <userID>` - (Don't need sudo if new user doesn't need it)
- `sudo ./adduser <name> <userID>`
- `sudo ./adduser jeff 1005` - (Create jeff user and assign userID to 1005)
- Follow prompts to configure password / sudo depending on needs of new user