From b0c000326b76e148c61605b2d1307081b0e62976 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 16 Oct 2023 09:49:59 -0500 Subject: [PATCH] Bypass the debconf prompt for msttcorefonts, which absolutely breaks some license agreement. --- lubuntu/modules/pkgselect_context.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/lubuntu/modules/pkgselect_context.conf b/lubuntu/modules/pkgselect_context.conf index ef50717..31c3a00 100644 --- a/lubuntu/modules/pkgselect_context.conf +++ b/lubuntu/modules/pkgselect_context.conf @@ -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"