Configurar sudo sin contraseña
Ejecutar desde el usuario actual (no root)
echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee "/etc/sudoers.d/$USER" sudo chmod 440 "/etc/sudoers.d/$USER"Verificar
sudo visudo -cf "/etc/sudoers.d/$USER"