mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
added a section for all user commands
This commit is contained in:
@@ -25,7 +25,11 @@ passwd user
|
|||||||
|
|
||||||
# (as root) Add the "sudo" group for the created user
|
# (as root) Add the "sudo" group for the created user
|
||||||
usermod -aG sudo user
|
usermod -aG sudo user
|
||||||
|
```
|
||||||
|
|
||||||
|
### As user
|
||||||
|
|
||||||
|
```bash
|
||||||
# (as user) Pull the latest configuration and apply the latter
|
# (as user) Pull the latest configuration and apply the latter
|
||||||
ansible-pull --url https://github.com/aminnairi/laptop.git --ask-become-pass
|
ansible-pull --url https://github.com/aminnairi/laptop.git --ask-become-pass
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user