From c4bac781fbf45e7c8792a9b08f44e38ccaf868b7 Mon Sep 17 00:00:00 2001 From: Cyfraka <45599591+Cyfraka@users.noreply.github.com> Date: Sun, 7 Nov 2021 20:17:20 +0100 Subject: [PATCH] Update easy-arch.sh --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index f55137c..8fed7c6 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -324,7 +324,7 @@ if [ -n "$username" ]; then useradd -m "$username" usermod -aG wheel "$username" echo "Setting user password for $username." - passwd $username + passwd "$username" echo "$username ALL=(ALL) ALL" >> /etc/sudoers.d/"$username" print "Setting user password for $username." arch-chroot /mnt /bin/passwd "$username"