From 3672669becac51e1605714c038ffddf81965a508 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 29 Oct 2023 22:47:38 +0100 Subject: [PATCH] Add PassFF host app --- .init_config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.init_config.sh b/.init_config.sh index 11a630d..28e432d 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -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