From 7012ee4f45dc4ebc501a2efc31d2ccdc82a41a50 Mon Sep 17 00:00:00 2001 From: Kolja Lampe Date: Mon, 22 Sep 2025 19:13:30 +0000 Subject: [PATCH] Add prerequisites for enabling 'universe' repository on Ubuntu --- data/distro.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/distro.yml b/data/distro.yml index 1c991c5..ff23930 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -1,6 +1,9 @@ - name: Ubuntu logo: "ubuntu.svg" steps: + - name: Prerequisites + text: " +

You might need to enable the 'universe' repository, if you haven't done so already: sudo add-apt-repository universe

" - name: Install Flatpak text: "

To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or later, open the Terminal app and run: