From 1834db876206cc18b9722e326fec6e778d9116a4 Mon Sep 17 00:00:00 2001 From: axtloss Date: Mon, 25 Jul 2022 21:44:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e9742d..ccfcaf4 100755 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ jade users newUser rootHaver $(openssl passwd -6 omgsuperhardtohack) --sudoer ```sh # set the root password to 'muchSecurity,veryHardToHack' # the same hashing thing goes for root passwords -jade users rootPass $(openssl passwd -1 muchSecurity,veryHardToHack) +jade users rootPass $(openssl passwd -6 muchSecurity,veryHardToHack) ``` ### install a desktop environment