Skip to content

Commit

Permalink
ensure user flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DeGuzis committed Mar 6, 2024
1 parent 4d02464 commit a524d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/update-emulators/update-emulators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ update_emu_flatpak ()
name=$1;
ID=$2;
echo -e "\n[INFO] Updating $name";
if ! flatpak update $ID -y; then
if ! flatpak --user update $ID -y; then
sleep 2
# Show version
# Install
Expand Down

0 comments on commit a524d8c

Please sign in to comment.