diff --git a/debian/changelog b/debian/changelog index b88682c..713dfeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (1:24.04.28) noble; urgency=medium + + * Run apt updates before installing packages. (LP: #2061150) + + -- Walter Lapchynski Sat, 13 Apr 2024 00:44:32 +0000 + calamares-settings-ubuntu (1:24.04.27) noble; urgency=medium * Run the pkgselect contextualprocesses after packages in Kubuntu and Ubuntu diff --git a/kubuntu/modules/pkgselect_context.conf b/kubuntu/modules/pkgselect_context.conf index 8083c50..0fcec90 100644 --- a/kubuntu/modules/pkgselect_context.conf +++ b/kubuntu/modules/pkgselect_context.conf @@ -10,6 +10,10 @@ timeout: 900 - "DEBIAN_FRONTEND=noninteractive apt-get update" - "DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-restricted-addons unrar" "packages.updatesButton": - true: "DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confnew' full-upgrade" + true: + - "DEBIAN_FRONTEND=noninteractive apt-get update" + - "DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confnew' full-upgrade" "packages.virtmanagerButton": - true: "DEBIAN_FRONTEND=noninteractive apt-get -y install virt-manager" + true: + - "DEBIAN_FRONTEND=noninteractive apt-get update" + - "DEBIAN_FRONTEND=noninteractive apt-get -y install virt-manager" diff --git a/lubuntu/modules/pkgselect_context.conf b/lubuntu/modules/pkgselect_context.conf index 662f1d5..485c4a0 100644 --- a/lubuntu/modules/pkgselect_context.conf +++ b/lubuntu/modules/pkgselect_context.conf @@ -10,6 +10,10 @@ timeout: 900 - "DEBIAN_FRONTEND=noninteractive apt-get update" - "DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-restricted-addons unrar" "packages.updatesButton": - true: "DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confnew' full-upgrade" + true: + - "DEBIAN_FRONTEND=noninteractive apt-get update" + - "DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confnew' full-upgrade" "packages.virtmanagerButton": - true: "DEBIAN_FRONTEND=noninteractive apt-get -y install virt-manager" + true: + - "DEBIAN_FRONTEND=noninteractive apt-get update" + - "DEBIAN_FRONTEND=noninteractive apt-get -y install virt-manager" diff --git a/ubuntuunity/modules/pkgselect_context.conf b/ubuntuunity/modules/pkgselect_context.conf index 9e30b3c..2992e64 100644 --- a/ubuntuunity/modules/pkgselect_context.conf +++ b/ubuntuunity/modules/pkgselect_context.conf @@ -10,6 +10,10 @@ timeout: 900 - "DEBIAN_FRONTEND=noninteractive apt-get update" - "DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-restricted-addons unrar" "packages.updatesButton": - true: "DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confnew' full-upgrade" + true: + - "DEBIAN_FRONTEND=noninteractive apt-get update" + - "DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confnew' full-upgrade" "packages.virtmanagerButton": - true: "DEBIAN_FRONTEND=noninteractive apt-get -y install virt-manager" + true: + - "DEBIAN_FRONTEND=noninteractive apt-get update" + - "DEBIAN_FRONTEND=noninteractive apt-get -y install virt-manager"