Re: Can't Install Packages in Batch Mode

2010-09-26 Thread Hal Vaughan
On Sep 26, 2010, at 5:08 PM, Hal Vaughan wrote: > I have a bash script with the following in it: > > DEBIAN_FRONTEND=noninteractive > apt-get install $install > >> From what I've read, this should set the front end for debconf to >> non-interactive and should go on ahead with the i

Can't Install Packages in Batch Mode

2010-09-26 Thread Hal Vaughan
I have a bash script with the following in it: DEBIAN_FRONTEND=noninteractive apt-get install $install From what I've read, this should set the front end for debconf to non-interactive and should go on ahead with the install I've set up with a list of packages to install. Every