For Debian and Debian-based Linux distros like Ubuntu, Kali, or Mint. You need privileged access. This also installs pass and all other dependencies.
Get the debian package from the download page.
In your download directory, run
sudo apt-get install ./pass-extension-team_0.1.0-rc.8-1_all.deb
For any OS which supports Homebrew, especially MacOS, but also Windows Subsystem for Linux (WSL). This also installs pass and all other dependencies.
Get the homebrew formula from the download page.
In your download directory, run
brew install ./pass-team.rb
For any system with GNU Make.
You need privileged access for this. Pass needs to be installed already.
Get the repository tarball from the download page or clone the repository. Unpack the tarball somewhere.
In the unpacked repository, run
sudo make install
Pass needs be installed already.
Get the repository tarball from the download page or clone the repository. Unpack the tarball somewhere.
In the unpacked repository, run
make PASSWORD_STORE_DIRECTORY=<directory> install
The PASSWORD_STORE_DIRECTORY
is the password store where pass team is to
be installed (as a user extension). You have to install pass team in every
password store you want to use it, if you cannot install the extension
system-wide.