From e869294a6eabc67c43567abf718a1a470629a898 Mon Sep 17 00:00:00 2001 From: Andy Nguyen Date: Wed, 29 Apr 2026 00:22:21 +0200 Subject: [PATCH] Add gnome-software package. --- distros/ubuntu2404/image.yaml | 1 + distros/ubuntu2604/image.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/distros/ubuntu2404/image.yaml b/distros/ubuntu2404/image.yaml index d08aaeb..83061b1 100644 --- a/distros/ubuntu2404/image.yaml +++ b/distros/ubuntu2404/image.yaml @@ -31,6 +31,7 @@ packages: sets: - packages: - ubuntu-desktop + - gnome-software - firefox - openssh-server - build-essential diff --git a/distros/ubuntu2604/image.yaml b/distros/ubuntu2604/image.yaml index f1674f9..1776546 100644 --- a/distros/ubuntu2604/image.yaml +++ b/distros/ubuntu2604/image.yaml @@ -31,6 +31,7 @@ packages: sets: - packages: - ubuntu-desktop + - gnome-software - firefox - openssh-server - build-essential