flatpak-add-remotes.bash: install gajim nightly

Resolves: #40
Ref: #39 (comment)
This commit is contained in:
Aminda Suomalainen 2022-04-29 10:13:46 +03:00
parent 661312c60b
commit a4eb3fff32
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
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
flatpak remote-add --if-not-exists gajim-nightly https://dl.flathub.org/repo/flathub.flatpakrepo
# As I cannot find a .flatpakrepo
flatpak install https://ftp.gajim.org/flatpak/appstream/org.gajim.Gajim.Devel.flatpakref
# Hide commands being executed again
set +x