You've already forked fedora-bootc
Some checks failed
Build container image / Build and push image (pull_request) Failing after 1m31s
16 lines
802 B
Desktop File
16 lines
802 B
Desktop File
[Unit]
|
|
Description=Add Flathub flatpak repositories. This replaces a service included by Fedora that normally installs their repo.
|
|
ConditionPathExists=!/var/lib/flatpak/.ublue-initialized
|
|
Before=flatpak-system-helper.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/flatpak remote-add --system --if-not-exists flathub /etc/flatpak/remotes.d/flathub.flatpakrepo
|
|
ExecStart=/usr/bin/flatpak remote-add --system --if-not-exists --disable --title "Fedora Flatpaks" fedora oci+https://registry.fedoraproject.org
|
|
ExecStart=/usr/bin/flatpak remote-add --system --if-not-exists --disable --title "Fedora Flatpaks (testing)" fedora-testing oci+https://registry.fedoraproject.org#testing
|
|
ExecStartPost=/usr/bin/touch /var/lib/flatpak/.ublue-initialized
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|