From 69ab49fda780d14e20130794508920cb7331b4a1 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 26 Dec 2021 16:24:27 -0500 Subject: Fix missing sudo --- user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.sh b/user.sh index 3843b04..ac229c9 100755 --- a/user.sh +++ b/user.sh @@ -6,7 +6,7 @@ source deploy.conf # Disable root password -passwd -l root +sudo passwd -l root # Get and deploy dotfiles echo "backing up current home directory to ~/home_backup" -- cgit v1.2.3