From 51f24c6e97904b9497ccf8fd11df89b7e222c6ab Mon Sep 17 00:00:00 2001 From: Matt C Date: Mon, 8 Nov 2021 22:24:17 -0500 Subject: [PATCH] enable pwfeedback sudo --- continue.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/continue.sh b/continue.sh index 7235978..4a67032 100755 --- a/continue.sh +++ b/continue.sh @@ -121,6 +121,7 @@ done echo >> /etc/sudoers echo "# Enabled by Crystalinstall" >> /etc/sudoers echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers +echo "Defaults pwfeedback" >> /etc/sudoers echo >> /etc/sudoers echo "# Enabled by Crystalinstall" >> /etc/sudoers