Skip to content

Commit

Permalink
flatpak install -> sudo flatpak install
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Aug 14, 2024
1 parent 6960a12 commit 537bae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonInitScripts/flatpaks_snaps_appimages_nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
com.spotify.Client
com.axosoft.GitKraken
)
time flatpak install --noninteractive --assumeyes flathub "${FLATPAK_PACKAGES[@]}"
time sudo flatpak install --noninteractive --assumeyes flathub "${FLATPAK_PACKAGES[@]}"

# TODO verify Installing snaps from a list is not idempotent for some reason TODO try fixing
# TODO reloading bashrc might be needed (SNAP)
Expand Down

0 comments on commit 537bae3

Please sign in to comment.