added create user commands
This commit is contained in:
parent
ba9a599c9b
commit
2cfcfb0b73
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -21,8 +21,17 @@ Result:<br />
|
||||||
|
|
||||||
- latest arch linux version as of writing: `2021.10.01`
|
- latest arch linux version as of writing: `2021.10.01`
|
||||||
|
|
||||||
2. Execute the [`setup.sh`](./setup.sh) script.
|
2. Create user `pomp`
|
||||||
3. Profit.
|
|
||||||
|
```bash
|
||||||
|
useradd -m pomp # create user and home directory
|
||||||
|
EDITOR=vim visudo # edit sudoers file with vim
|
||||||
|
# enable wheel group
|
||||||
|
usermod -aG wheel pomp # give pomp sudo access
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Execute the [`setup.sh`](./setup.sh) script.
|
||||||
|
4. Profit.
|
||||||
|
|
||||||
Full setup could easily take more than a hour depending on the internet speed.
|
Full setup could easily take more than a hour depending on the internet speed.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue