forked from rpms/flatpak
b452d2bbb6
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/flatpak#6b8a0a5ed01f79848da253ccabec2e901ccbeaa5
15 lines
582 B
Desktop File
15 lines
582 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" fedora oci+https://registry.fedoraproject.org
|
|
ExecStart=/usr/bin/flatpak remote-add --system --if-not-exists --disable --title "Fedora (testing)" fedora-testing oci+https://registry.fedoraproject.org#testing
|
|
ExecStartPost=/usr/bin/touch /var/lib/flatpak/.fedora-initialized
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|