2020-10-14 22:25:54 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Add Fedora flatpak repositories
|
|
|
|
ConditionPathExists=!/var/lib/flatpak/.fedora-initialized
|
|
|
|
Before=flatpak-system-helper.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2021-01-14 10:39:07 +00:00
|
|
|
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
|
2020-10-14 22:25:54 +00:00
|
|
|
ExecStartPost=/usr/bin/touch /var/lib/flatpak/.fedora-initialized
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|