mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 11:12:48 +01:00
flatpak-add-remotes.bash for flathub, -beta & kdeapps
This commit is contained in:
parent
8a8647e752
commit
255bea8f24
13
bash/flatpak-add-remotes.bash
Executable file
13
bash/flatpak-add-remotes.bash
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Show commands being executed
|
||||||
|
set -x
|
||||||
|
|
||||||
|
# So I don't have to remember these of wonder why my systems have different
|
||||||
|
# set of remotes and are missing something existing on another
|
||||||
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
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
|
||||||
|
|
||||||
|
# Hide commands being executed again
|
||||||
|
set +x
|
Loading…
Reference in New Issue
Block a user