New issue
Advanced search Search tips

Issue 724531 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jun 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

`sudo build/install-build-deps.sh --no-prompt` asking to accept EULA

Project Member Reported by ta...@google.com, May 19 2017

Issue description

The package that causes this is `ttf-mscorefonts-installer`.

The header of the EULA is:

```
TrueType core fonts for the Web EULA                                                                                                                                                                                                               
 │                                                                                                                                                                                                                                                    
 │ END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE       
...
```
 

Comment 1 by ta...@google.com, Jun 19 2017

Status: WontFix (was: Untriaged)
I don't need this anymore because I can:

```
bash -c "echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections"
```

to avoid EULA.

Sign in to add a comment