Is there any way to automate the installation of this software using shell script? The problem is that I have to press ENTER and type YES twice and I am not sure how to use these 4 steps.
wget https://github.com/conda-forge/miniforge/releases/download/4.8.3-4/Miniforge3-Linux-aarch64.sh
bash Miniforge3-Linux-aarch64.sh
When I run the command mentioned above, I have these 4 steps:
press ENTER
type YES
press ENTER
type YES
I want to add this installation as a shell script in docker file or (if possible) directly in dockerfile.