fixed chrome error

This commit is contained in:
Roy 2024-05-05 17:14:33 -07:00 committed by GitHub
parent f2a3f5bec8
commit 9396cff726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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