From 845074fc3975d3791eb19f26c15a41042d373f38 Mon Sep 17 00:00:00 2001 From: Matt C Date: Tue, 19 Oct 2021 15:21:20 -0400 Subject: [PATCH] set sudo pwfeedback --- continue.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/continue.sh b/continue.sh index 83c110d..d489beb 100755 --- a/continue.sh +++ b/continue.sh @@ -105,6 +105,10 @@ echo >> /etc/sudoers echo "# Enabled by Crystalinstall" >> /etc/sudoers echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers +echo >> /etc/sudoers +echo "# Enabled by Crystalinstall" >> /etc/sudoers +echo "Defaults pwfeedback" >> /etc/sudoers + if [[ -f /efimode ]]; then rm /efimode grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=Crystal