added a section for all user commands

This commit is contained in:
aminnairi
2023-04-09 22:41:58 +02:00
parent 5ada8e2e56
commit 4527c18ff6
+4
View File
@@ -25,7 +25,11 @@ passwd user
# (as root) Add the "sudo" group for the created user
usermod -aG sudo user
```
### As user
```bash
# (as user) Pull the latest configuration and apply the latter
ansible-pull --url https://github.com/aminnairi/laptop.git --ask-become-pass
```