I created a bash script to automate the installation and configuration of my environment needed to run my project, but some of the tasks require that the actions be confirmed by entering enter, I would like to know how I can automate this input (from an ENTER) in the script so that it can be run completely without any human interaction.