You have a quick question,
imagine i have this code:
mkdir -p $INSTALLDIR sudo apt-get install -y git clojure leiningen git clone git://github.com/maltoe/storm-install.git ./storm-install/storm_install.sh all `hostname` $INSTALLDIR
And this script will ask if you want to install additional packages, and I want to say yes , How to do this automatically?
Or maybe there is a way to answer the yes question to any default question?
source share