flatpak-add-remotes.bash: move Gajim to bottom of added repos, still commented

This commit is contained in:
Aminda Suomalainen 2023-09-23 16:09:31 +03:00
parent f37bf0251a
commit 7a64bfbfbe
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 3 deletions

View File

@ -10,12 +10,13 @@ flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/fl
flatpak remote-add --if-not-exists kdeapps https://distribute.kde.org/kdeapps.flatpakrepo $@
flatpak remote-add --if-not-exists nheko-nightly https://nheko.im/nheko-reborn/nheko/-/raw/master/nheko-nightly.flatpakrepo $@
# As I cannot find a .flatpakrepo
#flatpak install https://ftp.gajim.org/flatpak/appstream/org.gajim.Gajim.Devel.flatpakref $@ &
# Fedora?
flatpak remote-add --if-not-exists fedora oci+https://registry.fedoraproject.org $@
flatpak remote-add --if-not-exists fedora-testing oci+https://registry.fedoraproject.org#testing $@
# Unable to find .flatpakrepos, keep below actual repos.
#flatpak install https://ftp.gajim.org/flatpak/appstream/org.gajim.Gajim.Devel.flatpakref $@ &
# the previous command does nothing on Fedora as it already exists, but it still
# needs to be enabled
flatpak remote-modify --enable fedora-testing $@