update bash

This commit is contained in:
Mylloon 2023-03-12 18:42:31 +01:00
parent 4764663530
commit 2f3877a968
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -16,10 +16,10 @@ Ensuite, il faut définir un utilisateur :
```bash
>Arch.exe
[root@PC-NAME]# echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
[root@PC-NAME]# useradd -m -G wheel -s /bin/bash anri
[root@PC-NAME]# passwd anri
[root@PC-NAME]# exit
[root@PC ~]# echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
[root@PC ~]# useradd -m -G wheel -s /bin/bash anri
[root@PC ~]# passwd anri
[root@PC ~]# exit
>Arch.exe config --default-user anri
```