3874792c48
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/flatpak.git#8b44ebd45e19582b4ed356aab567bfcfacc555fe
15 lines
600 B
Desktop File
15 lines
600 B
Desktop File
[Unit]
|
|
Description=Add Fedora flatpak repositories
|
|
ConditionPathExists=!/var/lib/flatpak/.fedora-initialized
|
|
Before=flatpak-system-helper.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/flatpak remote-add --system --if-not-exists --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/.fedora-initialized
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|