527512a
[Unit]
527512a
Description=Add Fedora flatpak repositories
527512a
ConditionPathExists=!/var/lib/flatpak/.fedora-initialized
527512a
Before=flatpak-system-helper.service
527512a
527512a
[Service]
527512a
Type=oneshot
527512a
RemainAfterExit=yes
527512a
ExecStart=/usr/bin/flatpak remote-add --system --if-not-exists --title "Fedora" fedora oci+https://registry.fedoraproject.org
527512a
ExecStart=/usr/bin/flatpak remote-add --system --if-not-exists --disable --title "Fedora (testing)" fedora-testing oci+https://registry.fedoraproject.org#testing
527512a
ExecStartPost=/usr/bin/touch /var/lib/flatpak/.fedora-initialized
527512a
527512a
[Install]
527512a
WantedBy=multi-user.target