add a unit to seed flatpaks

this doesn't quite work as intended because we have limited space in the
live session. so, maybe we need to keep them in the base image after all
:(
This commit is contained in:
Harald Sitter
2024-09-22 01:22:48 +02:00
parent 3bdbeebe8a
commit 6e0cf697d4

View File

@@ -0,0 +1,11 @@
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2024 Harald Sitter <sitter@kde.org>
[Unit]
Description=Initial Flatpaks Seeding
[Service]
ExecStart=/usr/bin/flatpak install --noninteractive --assumeyes --sideload-repo=/system/@flatpak/.ostree/repo flathub org.mozilla.firefox
[Install]
WantedBy=multi-user.target