diff --git a/.local/scripts/other-common-scripts/flatpak-manage.sh b/.local/scripts/other-common-scripts/flatpak-manage.sh index ba32b05..9f8dee3 100755 --- a/.local/scripts/other-common-scripts/flatpak-manage.sh +++ b/.local/scripts/other-common-scripts/flatpak-manage.sh @@ -45,7 +45,7 @@ else exit 0 fi -${FLATPAK_BIN} remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo +${FLATPAK_BIN} remote-add --user --if-not-exists --subset=verified flathub https://flathub.org/repo/flathub.flatpakrepo ${FLATPAK_BIN} install --user --or-update --assumeyes --noninteractive "${ALL_PKGS[@]}" ${FLATPAK_BIN} update --user --assumeyes --noninteractive ${FLATPAK_BIN} uninstall --user --unused --assumeyes --noninteractive --delete-data