Skip to content

Commit

Permalink
Install gnome-browser-connector for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxattax97 committed Dec 3, 2024
1 parent 706e356 commit a86e7b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,11 @@ case "$response" in
xdg-settings set default-web-browser brave-browser.desktop
fi

if [[ -x "$(command -v pacman)" ]]; then
sudo pacman -Syu --needed "$AUTOMATED_PACMAN_FLAGS" \
gnome-browser-connector
fi

extensions=(
"[email protected]"
"blur-my-shell@aunetx"
Expand Down

0 comments on commit a86e7b5

Please sign in to comment.