Skip to content

Commit

Permalink
Flatpaks & snaps: Add snap refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Aug 14, 2024
1 parent 73fe716 commit 68fbc41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CommonInitScripts/flatpaks_snaps_appimages_nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ readonly SNAP_PACKAGES=(

# TODO reloading bashrc might be needed (SNAP)
# TODO verify Installing snaps from a list is not idempotent for some reason TODO try fixing
time sudo snap refresh
time print0 "${SNAP_PACKAGES[@]}" | xargs -0 -I % sudo snap install %

time flatpak install --noninteractive --assumeyes flathub "${FLATPAK_PACKAGES[@]}"

0 comments on commit 68fbc41

Please sign in to comment.