Set Firefox as default browser

master
Quentin Duchemin 2023-11-08 01:18:29 +01:00
parent 1db779feb9
commit 244dedd0bc
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ if [ ! -z "$INIT" ]; then
sudo usermod $(whoami) -aG wheel sudo usermod $(whoami) -aG wheel
echo -e "* Install host app for PassFF Firefox extension..." echo -e "* Install host app for PassFF Firefox extension..."
curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox
echo -e "* Set Firefox to be the default browser, probably overwritten by Chromium..."
xdg-settings set default-web-browser firefox.desktop
fi fi
if [ ! -z ${ENV} ]; then if [ ! -z ${ENV} ]; then