`Impossible automatiquement D-bus sans affichage x11 $

#Ubuntu/ Debian

sudo apt-get install pass gnupg2

# create a gpg2 key
gpg2 – gen-key

# create the password store using the gpg user id
pass init $gpg_id


#Fedora/ RHEL
sudo yum install pass gnupg2

# create a gpg2 key
gpg2 – gen-key

# create the password store using the gpg user id
pass init $gpg_id
Jittery Jay