I want to ask whether there is any method to suppress any interaction while installing apt-fast using apt-get.
I add the ppa source and then use the next command to install apt-fast:
sudo apt-get -y install apt-fast
However, while installing, it always asks which one to wrap, apt-get or aptitude, and then the maximum number of connection. Since I want to put the installation command in my script, I want to suppress all interaction and just use the default option. As a result, I can run the script totally silence.
Any idea?