Add PassFF host app
parent
5558b5c963
commit
3672669bec
|
@ -126,6 +126,8 @@ if [ ! -z "$INIT" ]; then
|
||||||
mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads
|
mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads
|
||||||
echo -e "* Allow user to control brightness..."
|
echo -e "* Allow user to control brightness..."
|
||||||
sudo usermod $(whoami) -aG video
|
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
|
fi
|
||||||
|
|
||||||
if [ ! -z ${ENV} ]; then
|
if [ ! -z ${ENV} ]; then
|
||||||
|
|
Loading…
Reference in New Issue