Installation

Debian Package

For Debian and Debian-based Linux distros like Ubuntu, Kali, or Mint. You need privileged access. This also installs pass and all other dependencies.

  1. Get the debian package here.

  2. In your download directory, run

    sudo apt-get install ./pass-extension-team_0.1.0-rc.7-1_all.deb
    

Homebrew Formula

For any OS which supports Homebrew, especially MacOS, but also Windows Subsystem for Linux (WSL). This also installs pass and all other dependencies.

  1. Get the homebrew formula here.

  2. In your download directory, run

    brew install pass-team.rb
    

Manual Installation on *nix

For any system with GNU Make.

System-wide

You need privileged access for this. Pass needs to be installed already.

  1. Get the repository tarball here or clone the repository. Unpack the tarball somewhere.

  2. In the unpacked repository, run

    sudo make install
    

Locally

Pass needs be installed already.

  1. Get the repository tarball here or clone the repository. Unpack the tarball somewhere.

  2. 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.

See Also