passwordmanager && browserpass

Matthias Apitz guru at unixarea.de
Mon Jul 3 11:48:40 UTC 2017


Hello,

Boris, thanks for your hint; I'm a bit further or nearly through, I did:


$ cd
$ go get -u github.com/dannyvankooten/browserpass
$ GOPATH=/home/guru/go export GOPATH
$ cd $GOPATH/src/github.com/dannyvankooten/browserpass/cmd/browserpass
$ go build           [*]
$ ls -l
total 2884
-rwxr-xr-x  1 guru  wheel  2901409  3 jul.  13:02 browserpass
-rw-r--r--  1 guru  wheel      357  3 jul.  13:00 main.go

$ PATH=$PATH:$GOPATH/bin
$ go install
$ ls -l $GOPATH/bin
total 2880
-rwxr-xr-x  1 guru  wheel  2901409  3 jul.  13:03 browserpass

so far so good, but:

Now the installation requires the integration with the browser through
some script 'install.sh'; I looked for it and did:

$ bash src/github.com/dannyvankooten/browserpass/install.sh

Select your browser:
====================
1) Chrome
2) Chromium
3) Firefox
4) Vivaldi
1-4: 3

Installing Firefox host config
cp: /home/guru/go/src/github.com/dannyvankooten/browserpass/firefox-host.json: No such file or directory
$ find ~/go -name *.json
./src/github.com/dannyvankooten/browserpass/chrome/host.json
./src/github.com/dannyvankooten/browserpass/chrome/manifest.json
./src/github.com/dannyvankooten/browserpass/chrome/policy.json
./src/github.com/dannyvankooten/browserpass/firefox/host.json
./src/github.com/dannyvankooten/browserpass/firefox/manifest.json
./src/github.com/dannyvankooten/browserpass/package.json
./src/github.com/dannyvankooten/browserpass/vendor/vendor.json

Is this a bug in my prodedure or in the script?

Thx

	matthias
-- 
Matthias Apitz               |  /"\   ASCII Ribbon Campaign:
E-mail: guru at unixarea.de     |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X    - No proprietary attachments
phone: +49-176-38902045      |  / \   - Respect for open standards
                             | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign


More information about the freebsd-questions mailing list