mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 12:49:22 +01:00
flatpak-add-remotes.bash: fix comment, add hint on kdeapps
This commit is contained in:
parent
e1552e9a8c
commit
440c92fc57
@ -26,11 +26,13 @@ flatpak remote-modify --enable flathub-beta $@
|
|||||||
#flatpak remote-modify --enable kdeapps $@
|
#flatpak remote-modify --enable kdeapps $@
|
||||||
# The other repositories are very unlikely to ship by default with anything
|
# The other repositories are very unlikely to ship by default with anything
|
||||||
|
|
||||||
# These remotes seem to no longer exist
|
# These remotes no longer exist
|
||||||
flatpak remote-delete kdeapps $@
|
flatpak remote-delete kdeapps $@
|
||||||
|
|
||||||
# Hints?
|
# Hints?
|
||||||
printf 'Only want verified flatpaks? No problem!\n\tflatpak remote-modify --subset=verified flathub\n'
|
printf 'Only want verified flatpaks? No problem!\n\tflatpak remote-modify --subset=verified flathub\n'
|
||||||
|
printf 'kdeapps? https://userbase.kde.org/Tutorials/Flatpak#Nightly_KDE_apps\n'
|
||||||
|
|
||||||
# Revert? ~/.local/share/flatpak/repo/config or /var/lib/flatpak/repo/config
|
# Revert? ~/.local/share/flatpak/repo/config or /var/lib/flatpak/repo/config
|
||||||
|
|
||||||
# Hide commands being executed again
|
# Hide commands being executed again
|
||||||
|
Loading…
Reference in New Issue
Block a user