Add PassFF host app

master
Quentin Duchemin 2023-10-29 22:47:38 +01:00
parent 5558b5c963
commit 3672669bec
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@ if [ ! -z "$INIT" ]; then
mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads
echo -e "* Allow user to control brightness..."
sudo usermod $(whoami) -aG video
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
fi
if [ ! -z ${ENV} ]; then