On Feb 7, 2008 5:34 PM, Agnello George <[EMAIL PROTECTED]> wrote: > but as soon as the scipt executes it tries to install postfix-mysql , the > apt-get progam asks the question " Do you want to continue [Y/n]? " > > i have to keep pressing " y " ...... what do i put in my script that will > automate this , without asking me the question " Do you want to continue > [Y/n]?"
apt-get install -y <name> Does that work? -- http://mm.glug-bom.org/mailman/listinfo/linuxers

