From 9396cff7267c41187a0e72dfc00d950871d5e150 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Sun, 5 May 2024 17:14:33 -0700 Subject: [PATCH] fixed chrome error --- NonSteamLaunchers.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index a7f6a0b..ecb47e1 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -74,13 +74,14 @@ if $installchrome; then flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo # Install Google Chrome - flatpak install flathub com.google.Chrome -y + flatpak install --user flathub com.google.Chrome -y # Run the flatpak --user override command flatpak --user override --filesystem=/run/udev:ro com.google.Chrome fi fi + if [ "${deckyplugin}" = false ]; then #Download Modules # Define the repository and the folders to clone