mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-05 17:53:00 +01:00
flatpak-add-remotes.bash: add Fedora, fedota-testing?
This commit is contained in:
parent
7afdacb5a3
commit
1856199d97
@ -13,5 +13,12 @@ flatpak remote-add --if-not-exists nheko-nightly https://nheko.im/nheko-reborn/n
|
|||||||
# As I cannot find a .flatpakrepo
|
# As I cannot find a .flatpakrepo
|
||||||
flatpak install https://ftp.gajim.org/flatpak/appstream/org.gajim.Gajim.Devel.flatpakref
|
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
|
||||||
|
# the previous command does nothing on Fedora as it already exists, but it still
|
||||||
|
# needs to be enabled
|
||||||
|
flatpak remote-modify --enable fedora-testing
|
||||||
|
|
||||||
# Hide commands being executed again
|
# Hide commands being executed again
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user