Hello,
When you install a script like: yum install python26
You will then need to press [y] or [n] to carry on the download of the installation files.
I want to make a script where it will do yum install python26 but how do I bypass the [y] or [n]?
Thank you