Bypass the debconf prompt for msttcorefonts, which absolutely breaks some license agreement.

This commit is contained in:
Simon Quigley 2023-10-16 09:49:59 -05:00
parent 9f6b8f8e8a
commit b0c000326b

View File

@ -9,6 +9,7 @@ timeout: 300
true:
- "sed -i 's/Enabled: no/Enabled: yes/g' /etc/apt/sources.list.d/ubuntu_nonfree.sources"
- "apt-get update"
- "echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections"
- "apt-get -y install ubuntu-restricted-extras"
"packages.updateNow":
true: "apt-get -y full-upgrade"