mirror of
https://github.com/KDE/kde-linux.git
synced 2026-02-14 09:52:11 -05:00
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:
11
mkosi.extra/usr/lib/systemd/system/kde-linux-flatpak.service
Normal file
11
mkosi.extra/usr/lib/systemd/system/kde-linux-flatpak.service
Normal 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
|
||||
Reference in New Issue
Block a user