From 2f3877a96827b4bf2fc4edd59f6fd678bcc162b9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 12 Mar 2023 18:42:31 +0100 Subject: [PATCH] update bash --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 66f2938..1f55c93 100644 --- a/README.md +++ b/README.md @@ -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 ```