Non-interactive mode fails at EULA
Bug #1439910 reported by
Joseph Matheney
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
msttcorefonts (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
When I run this shell script:
#!/bin/bash
export DEBIAN_
sudo add-apt-repository -y ppa:ubuntu-wine/ppa
sudo apt-get -y update
sudo apt-get -y install wine1.7
My install still pops up asking me to accept the EULA... I realize an EULA is important, but i dont think its important enough to not work with 'export DEBIAN_
description: | updated |
To post a comment you must log in.
You can configure debconf to accept the eula before you run "apt-get install":
echo ttf-mscorefonts -installer msttcorefonts/ accepted- mscorefonts- eula select true | sudo debconf- set-selections
I determined the right variable to set by looking in this file after ttf-mscorefonts -installer was installed: dpkg/info/ ttf-mscorefonts -installer. postinst
/var/lib/