mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2025-04-28 15:07:50 -03:00
Sometimes the "echo -e "$sudoPass\n" | yes" command were displaying the password instead of confirming something. So I changed it to make one thing at a time. First I refresh the use of sudo with password, just using sudo in an echo command. So I can use the command that really needs it with not worries about asking the password.