From 040bf82994f7a14c2a5222c52c0ecd29dddb2242 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 12 Nov 2022 17:46:39 -0100 Subject: [PATCH] new commit --- calamares/modules/packages.conf | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/calamares/modules/packages.conf b/calamares/modules/packages.conf index 3098973f..4eb87595 100644 --- a/calamares/modules/packages.conf +++ b/calamares/modules/packages.conf @@ -1,14 +1,17 @@ +update_db: true backend: apt operations: - remove: - - 'live-boot' - - 'live-boot-doc' - - 'live-config' - - 'live-config-doc' - - 'live-config-systemd' - - 'live-tools' - - 'live-task-localisation' - - 'live-task-recommended' + - "^live-*" + - 'hunspell-en-us' + - 'zram-config' + - 'cifs-utils' - 'calamares-settings-debian' - 'calamares' + + - try_install: + - language-pack-$LOCALE + - hunspell-$LOCALE + - libreoffice-help-$LOCALE + - libreoffice-l10n-$LOCALE