From e5a9397a3807c25609d74d9345b99958ec2e8bcb Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 20 Oct 2023 10:36:58 -0500 Subject: [PATCH] removed sudo --- debian/debian-essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index 4447403..94defae 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -254,7 +254,7 @@ fi # lock root if [[ -d /home/akanealw ]] then - sudo passwd -l root + passwd -l root else echo "akanealw account not found, not locking root." fi