From d435edb1cb3713139370f516dfcac1b82f45e222 Mon Sep 17 00:00:00 2001 From: jodobear Date: Wed, 17 Jun 2020 04:17:25 +0200 Subject: [PATCH] corrected error in usermod cmd --- A1_0_Compiling_Bitcoin_from_Source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/A1_0_Compiling_Bitcoin_from_Source.md b/A1_0_Compiling_Bitcoin_from_Source.md index 41452e5..801a58a 100644 --- a/A1_0_Compiling_Bitcoin_from_Source.md +++ b/A1_0_Compiling_Bitcoin_from_Source.md @@ -26,7 +26,7 @@ Type the commands without `$` or `#` ``` $ su - # enter root. It will ask you for the root password. # apt-get install sudo # check if sudo is installed. -# usermod -aG sudo # add user to the sudoers list +# usermod -aG sudo # add user to the sudoers list # reboot # reboot computer ```