mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[provisioning] fix browserpass installation
This commit is contained in:
parent
0b412afdbf
commit
05d9dee9dc
1 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@ case $_PLATFORM in
|
|||
popd >/dev/null
|
||||
rm -rf "$tempdir"
|
||||
fi
|
||||
command -v chromium-browser 2>&1 >/dev/null && _browserpass chromium
|
||||
command -v google-chrome 2>&1 >/dev/null && _browserpass chrome
|
||||
command -v firefox 2>&1 >/dev/null && _browserpass
|
||||
command -v firefox 2>&1 >/dev/null && _browserpass firefox
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue