mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
fixed chrome error
This commit is contained in:
parent
f2a3f5bec8
commit
9396cff726
@ -74,13 +74,14 @@ if $installchrome; then
|
|||||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
|
||||||
# Install Google Chrome
|
# Install Google Chrome
|
||||||
flatpak install flathub com.google.Chrome -y
|
flatpak install --user flathub com.google.Chrome -y
|
||||||
|
|
||||||
# Run the flatpak --user override command
|
# Run the flatpak --user override command
|
||||||
flatpak --user override --filesystem=/run/udev:ro com.google.Chrome
|
flatpak --user override --filesystem=/run/udev:ro com.google.Chrome
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ "${deckyplugin}" = false ]; then
|
if [ "${deckyplugin}" = false ]; then
|
||||||
#Download Modules
|
#Download Modules
|
||||||
# Define the repository and the folders to clone
|
# Define the repository and the folders to clone
|
||||||
|
Loading…
Reference in New Issue
Block a user