From a524d8cfea8d0e97b9872e108b36f765ae35a807 Mon Sep 17 00:00:00 2001 From: Michael DeGuzis Date: Wed, 6 Mar 2024 14:22:46 -0500 Subject: [PATCH] ensure user flag --- utilities/update-emulators/update-emulators.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/update-emulators/update-emulators.sh b/utilities/update-emulators/update-emulators.sh index 9bb1d296..c99cb0e8 100755 --- a/utilities/update-emulators/update-emulators.sh +++ b/utilities/update-emulators/update-emulators.sh @@ -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