Skip to content

Commit

Permalink
flatpak install script: always update flatpaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Aug 22, 2024
1 parent 226ff1a commit 37a781f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CommonInitScripts/flatpaks_snaps_appimages_nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ else
# TODO - is this needed?
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

flatpak update --assumeyes
# TODO also update snaps

# TODO toread https://man7.org/linux/man-pages/man1/flatpak-install.1.html
readonly FLATPAK_PACKAGES=(
com.visualstudio.code
Expand Down

0 comments on commit 37a781f

Please sign in to comment.